1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/docroot/SSI/embed.c
2015-08-24 17:31:38 +02:00

9 lines
179 B
C

/*int main(void) {
struct mg_context* ctx;
const char *options[] = {"listening_ports", LISTENING_PORT, NULL};
ctx = mg_start(callback, options);
pause();
return 0;
}*/