Usermode/libpsocket - Working on BSD/POSIX socket emulation
[tpg/acess2.git] / Usermode / Libraries / libpsocket.so_src / main.c
1 /*
2  * Acess2 POSIX Sockets Library
3  * - By John Hodge (thePowersGang)
4  *
5  * main.c
6  * - Entrypoint and misc code
7  */
8
9 int SoMain(void)
10 {
11         return 0;
12 }
13

UCC git Repository :: git.ucc.asn.au