Usermode/AxWin4 - (minor) Log and fail when wrong window ID is returned from server
[tpg/acess2.git] / Usermode / Libraries / libm.so_src / stub.c
1 /*
2  * Acess2 C Library (Maths)
3  * - By John Hodge (thePowersGang)
4  *
5  * stub.c
6  * - Provides SoMain (unused)
7  */
8
9 // === CODE ===
10 int SoMain(void)
11 {
12         return 0;
13 }
14

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