1 2 3 4 5
#ifndef __HTTP_H__ #define __HTTP_H__ void *handle_client(void *client_socket); void start_server(int port); #endif