previous
|
start
|
next
Linux I/O
C standard i/o:
This includes:
fopen, fclose
printf, fprintf, sprintf, snprintf
scanf, fscanf, sscanf
Linux I/O:
This refers to system calls to i/o routines including:
open, close
read, write
lseek
mmap
previous
|
start
|
next