my_teams
client.c File Reference
#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>
Include dependency graph for client.c:

Functions

int client (int ac, char **av)
 main function for the client is only used by main (is returned by the main function) More...
 

Function Documentation

◆ client()

int client ( int  ac,
char **  av 
)

main function for the client is only used by main (is returned by the main function)

Parameters
ac
av
Returns
int
Here is the call graph for this function: