Usermode/AxWin3 - Working on the libaxwin3 API
[tpg/acess2.git] / Usermode / Libraries / libaxwin3.so_src / main.c
1 /*
2  * AxWin3 Interface Library
3  * - By John Hodge (thePowersGang)
4  *
5  * main.c
6  * - Entrypoint and setup
7  */
8 #include <axwin3/axwin.h>
9
10 // === CODE ===
11 int SoMain(void *Base, int argc, const char *argv[], const char **envp)
12 {
13         // TODO: Parse the environment for the AXWIN3_PID variable
14         return 0;
15 }
16
17 void AxWin3_Connect(const char *ServerDesc)
18 {
19         // TODO: Handle Message passing, Local UDP and TCP streams
20 }

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