Import SB128-v5.24 to main branch
[AROS.git] / test / net / netlib.c
blob35fb18713c3bfbd7e8689d5b118b14baf652c4c2
1 /*
2 * Small netlib autoopen test.
3 * In future may grow into something bigger.
4 */
6 #include <proto/socket.h>
8 #include <stdio.h>
10 int __nocommandline = 1;
12 int main(void)
14 printf("Library opened, SocketBase is 0x%p\n", SocketBase);
16 return 0;