...
Panel | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||
|
After a file is opened, any of the file access functions valid for that its mode can be called. The most commonly used functions are fs_fread()
and fs_fwrite()
, which read or write a certain number of ‘items’ from a file:
...
...
Panel | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||
|
After a file is opened, any of the file access functions valid for that its mode can be called. The most commonly used functions are fs_fread()
and fs_fwrite()
, which read or write a certain number of ‘items’ from a file:
...