// // Created by franchioping on 6/24/24. // #ifndef UNTITLED1_HANDLE_CLIENT_H #define UNTITLED1_HANDLE_CLIENT_H void handle_client(void* arg); #endif //UNTITLED1_HANDLE_CLIENT_H