Functions | |
int | put_string (int fd, char *s) |
write a string to an open file: | |
int | put_int (int fd, int i) |
write an integer value as a string to an open file: | |
int | put_char (int fd, char c) |
write a single character to an open file: | |
int | put_two_string_nl (int fd, char *s1, char *s2) |
write two strings and a newline to an open file | |
int | put_three_string_nl (int fd, char *s1, char *s2, char *s3) |
write three strings and a newline to an open file |
|
write a single character to an open file:
|
|
write an integer value as a string to an open file:
|
|
write a string to an open file:
|
|
write three strings and a newline to an open file
|
|
write two strings and a newline to an open file
|