3 lines
87 B
C
3 lines
87 B
C
|
int write_all(int fd, void *buf, int size);
|
||
|
int read_all(int fd, void *buf, int size);
|