push
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#define PORT 8080
|
||||
|
||||
#define INDEX \
|
||||
"/" \
|
||||
"index.html"
|
||||
|
||||
void handle_client(int client_socket);
|
||||
Reference in New Issue
Block a user