HttpServer/handle_client.h

12 lines
183 B
C

//
// 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