things
This commit is contained in:
parent
dcd81f2b3d
commit
65c2ac8212
6 changed files with 56 additions and 6 deletions
|
|
@ -1,4 +1,10 @@
|
|||
#include <af_common.h>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
fishsoup_server_t* server;
|
||||
int port = 0;
|
||||
|
||||
server = fishsoup_server(port == 0 ? AF_DEFAULT_PORT : port);
|
||||
|
||||
fishsoup_server_loop(server);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue