More cleanup in IPStack (making routes usable)
[tpg/acess2.git] / Usermode / Libraries / libnet.so_src / main.c
1 /*
2  * Acess2 Networking Toolkit
3  * By John Hodge (thePowersGang)
4  * 
5  * main.c
6  * - Library main (and misc functions)
7  */
8 #include <net.h>
9
10 // === CODE ===
11 int SoMain(void)
12 {
13         return 0;
14 }

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