one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
gfs | : file handle |
off | :Amount of access pointer movement (in sector units) |
org | : Movement criteria (seek mode: GFS_SEEK_~) |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
TRUE | : The end of the file has been reached. |
FALSE | : The end of the file has not been reached. |
one | Title | Function | Function name | No |
gfs | : file handle |
nbyte | : Number of bytes |
nsct = (nbyte + file sector length - 1) / file sector length;
one | Title | Function | Function name | No |
sctsize | :Sector length |
nsct | : Number of sectors (including the last sector) |
last size | :Number of bytes occupied by file data in the last sector |
one | Title | Function | Function name | No |
fid | :File identifier |
fn | :File number |
fsize | : File size (unit: bytes) |
atr | :File attributes |
one | Title | Function | Function name | No |