|
my_teams
|
#include "client.h"#include "commands.h"#include "debug_print.h"#include "events.h"#include "events_structures.h"#include "logging_client.h"#include "protocol.h"#include <stdlib.h>#include <sys/queue.h>#include <unistd.h>#include <stdio.h>#include <string.h>#include <fcntl.h>#include <errno.h>#include <stdint.h>#include <stddef.h>#include <signal.h>
Functions | |
| int | client (int ac, char **av) |
| main function for the client is only used by main (is returned by the main function) More... | |
| int client | ( | int | ac, |
| char ** | av | ||
| ) |
main function for the client is only used by main (is returned by the main function)
| ac | |
| av |
