Usermode - Renamed VFS syscalls to _Sys* to remove POSIX collisions
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / main.c
1 /*
2  * Acess2 POSIX Emulation Layer
3  * - By John Hodge
4  * 
5  * main.c
6  * - Stub Main
7  */
8
9 // === CODE ===
10 int SoMain(void)
11 {
12         return 0;
13 }
14

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