GadgetSeed  0.9.6
fs.c ファイル

ファイルシステムAPI [詳解]

#include "sysconfig.h"
#include "fs.h"
#include "str.h"
fs.c の依存先関係図:

[ソースコード]

関数

struct st_filesystemsearch_filesystem (const char *name)
 

変数

const struct st_filesystem fatfs_fs
 
struct st_filesystem const * filesystems []
 

詳解

ファイルシステムAPI

日付
2018.09.09
著者
Takashi SHUDO

fs.c に定義があります。

変数詳解

◆ filesystems

struct st_filesystem const* filesystems[]
初期値:
= {
&fatfs_fs,
0
}

fs.c20 行目に定義があります。