<< Previous | Next >> | |
|
int fopen_wr( File * f, FileNumber fnum );
Description
- Opens a file for writing.
Parameters
- f
- A pointer to the file to write.
- fnum
- A number in the range 1 to 127 inclusive that identifies the file in the flash file system.
Return value
0
: Success.
1
: Failure.Library
- FILESYSTEM.LIB
Dynamic C Functions | << Previous | Next >> | rabbit.com |