

#include <nitro/fs.h>
typedef struct
{
/* private: (except direct operation with FSArchive) */
struct FSArchive *arc; /* attached archive */
u16 own_id; /* own directory id */
u16 index; /* if next FSDirEntry is file, its id */
u32 pos; /* seek offset to next FSDirEntry */
} FSDirPos;
ディレクトリおよびその列挙中の位置を含んだ値を表現する型です。
FSDirEntry
FS_TellDir
FS_SeekDir
2004/11/02 構造体定義をヘッダファイルと同一に訂正
2004/05/20 FSDirPos型変更による記述修正
2004/05/14 FSDirPos型変更による記述修正
2004/04/08 FSDirPos型変更による記述修正
2004/04/01 初版