|
Niotso
git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
|
#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <fcntl.h>#include <signal.h>#include <syslog.h>#include <netinet/in.h>#include <sys/epoll.h>#include <sys/socket.h>#include <sys/stat.h>#include "Server.hpp"Macros | |
| #define | SHUTDOWN(X) |
| #define | SHUTDOWN_M(X, Y) |
Functions | |
| static void | term (int) |
| int | main (int, char **) |
| #define SHUTDOWN | ( | X) |
| #define SHUTDOWN_M | ( | X, | |
| Y | |||
| ) |
| int main | ( | int | , |
| char ** | |||
| ) |
|
static |
1.8.4