update
This commit is contained in:
5
app.c
5
app.c
@@ -1,3 +1,2 @@
|
||||
//#include "./scratchpad.c"
|
||||
//#include "./server-chat.example.c"
|
||||
#include "./http1-1.example.c"
|
||||
//#include "./examples/server-chat.c"
|
||||
#include "./examples/http1-1.c"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#define DJSTD_BASIC_ENTRY
|
||||
#include "core.c"
|
||||
#include "../core.c"
|
||||
|
||||
int djstd_entry(Arena *arena, StringList args) {
|
||||
Socket sock = socketConnect(arena, (SocketConnectInfo){
|
||||
@@ -1,7 +1,6 @@
|
||||
#include "core.h"
|
||||
#define DJSTD_BASIC_ENTRY
|
||||
|
||||
#include "core.c"
|
||||
#include "../core.c"
|
||||
#include "signal.h"
|
||||
|
||||
Server *openServer = NULL;
|
||||
@@ -1,6 +0,0 @@
|
||||
#define DJSTD_BASIC_ENTRY
|
||||
#include "core.c"
|
||||
|
||||
int djstd_entry(Arena *arena, StringList args) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user