#include <nitro/fs.h>
static inline BOOL FS_IsBusy(volatile const FSFile *p_file);
現在非同期処理を実行中なら TRUE を、そうでないなら FALSE を返します。
指定したファイルが現在非同期処理を実行中か判定します。
FSFile FS_ReadFileAsync FS_WaitAsync
2004/05/14 初版