#include <stdio.h>
Data Fields | |
| int | flags |
| Flags for the file. Can denote the EOF is reached, or that file is temporary. | |
| int | error |
| Last error code for the file. | |
| int | type |
| File type. currently on the FILE_TYPE_TINIFS is supported. | |
| void * | fd |
| Pointer to the file descriptor, used internally by the TINI File System. | |
| unsigned char * | fname_copy |
| Copy of the name of the file used internally. Destroyed on fclose. | |
| Copyright 2004 Dallas Semiconductor, Inc.. | Documentation generated by Doxygen. |