<< Previous | Next >> | |
|
int fs_reserve_blocks( int blocks );
Description
- Sets up a number of blocks that are guaranteed to be available for privileged files. A privileged file has an identifying number in the range 128 through 143. This function is not needed in most cases. If it is used, it should be called immediately after
fs_init
orfs_format
.Parameters
- blocks
- Number of blocks to reserve.
Return Value
0
: Success.
1
: Failure.Library
- FILESYSTEM.LIB
Dynamic C Functions | << Previous | Next >> | rabbit.com |