* |
The special functions getchar() and putchar() are perhaps best forgotten from now on. |
||||||||||||||||
Memory I/O |
|||||||||||||||||
* |
One can also do input output to an array or other region in
memory. The relevant prototypes are: |
||||||||||||||||
* |
sscanf() and sprintf() allow you to read and write to a
memory buffer, just as if it were a file. |
||||||||||||||||
Line at a time I/O |
|||||||||||||||||
* |
There are two functions for moving a whole line of data
from/to a file: |
||||||||||||||||
* |
These functions require care in their usage.
fgets() |
||||||||||||||||
1 February, 1998 |
4 |
Copyright |