HttpServer/src/handle_client.h

12 lines
183 B
C
Raw Normal View History

2024-06-24 20:04:27 +01:00
//
// 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