mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
9 lines
179 B
C
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;
|
|
}*/
|