|
Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
|
#include <unistd.h>#include <string.h>
Go to the source code of this file.
Functions | |
| int | write_error_msg (const char *str) |
| ! WRITTER !! | |
| int | write_to_client (const int fd, const char *str) |
| Write any message to a specific file descriptor. | |
| int write_error_msg | ( | const char * | str | ) |