diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-02-05 08:45:28 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-02-05 08:45:28 +1000 |
commit | 888a5d065640ff601e07bc35710daec2c4e6cc0b (patch) | |
tree | 339324ce752a0f2c7ab5b429aa48f7d3de08139d /include/gfile | |
parent | 79d913f16dbaa17520521c645176cdbbffbb746a (diff) | |
download | uGFX-888a5d065640ff601e07bc35710daec2c4e6cc0b.tar.gz uGFX-888a5d065640ff601e07bc35710daec2c4e6cc0b.tar.bz2 uGFX-888a5d065640ff601e07bc35710daec2c4e6cc0b.zip |
Update file2c tool to enable creation of directory entries for the ROM file system.
Diffstat (limited to 'include/gfile')
-rw-r--r-- | include/gfile/gfile.h | 5 | ||||
-rw-r--r-- | include/gfile/options.h | 6 |
2 files changed, 3 insertions, 8 deletions
diff --git a/include/gfile/gfile.h b/include/gfile/gfile.h index 9d171050..6cd2d9ad 100644 --- a/include/gfile/gfile.h +++ b/include/gfile/gfile.h @@ -177,11 +177,6 @@ extern "C" { //setbuf //setvbuf //fflush - //fscanf - //scanf - //sscanf - //vscanf - //vsscanf //fgetc //fgets //fputc diff --git a/include/gfile/options.h b/include/gfile/options.h index a64937f1..55c37f8e 100644 --- a/include/gfile/options.h +++ b/include/gfile/options.h @@ -65,9 +65,9 @@ * @note If GFILE_ALLOW_DEVICESPECIFIC is on then you can ensure that you are * opening a file on the ROM file system by prefixing * its name with "S|" (the letter 'S', followed by a vertical bar). - * @note This requires a file called romfs_files.h to be included in the - * users project. This file includes all the files converted to .h files - * using the file2c utility using the "-r" flag. + * @note This requires a file called romfs_files.h to be in the + * users project include path. This file should include all the files + * converted to .h files using the file2c utility (using flags "-dbcs"). */ #ifndef GFILE_NEED_ROMFS #define GFILE_NEED_ROMFS FALSE |