<< Previous | Next >> | |
|
FileNumber fcreate_unused( File * f );
Description
- Searches for the first unused file number in the range 1 through 127, and creates a file with that number.
Parameters
- f
- The pointer to the created file.
Return value
- The
FileNumber
(1-127) of the new file if success.Library
- FILESYSTEM.LIB
See also
- fcreate (FS1)
Dynamic C Functions | << Previous | Next >> | rabbit.com |