#6 Use `char *` instead of `FILE *` for graph decoder input

オープン
8 ヶ月 前scossu によって開かれました · 0 コメント
scossu8 ヶ月 前 にコメントしました

The decode function prototype in the codec interface uses FILE * as an input. It should use char * for handling in-memory strings more easily.

Optionally, an additional wrapper function can be written to work directly file handles.

The [decode function prototype](https://git.knowledgetx.com/scossu/lsup_rdf/src/master/include/codec.h#L151) in the codec interface uses `FILE *` as an input. It should use `char *` for handling in-memory strings more easily. Optionally, an additional wrapper function can be written to work directly file handles.
会話に参加するには サインイン してください。
ラベルなし
マイルストーンなし
担当者なし
1 参加者
読み込み中…
キャンセル
保存
まだコンテンツがありません