7 lines
110 B
C
7 lines
110 B
C
#define DJSTD_BASIC_ENTRY
|
|
#include "core.c"
|
|
|
|
int djstd_entry(Arena *arena, StringList args) {
|
|
return 0;
|
|
}
|