Copyright clean-up (part 1):
[AROS.git] / test / net / netlib.c
blob5f09936cd4a45f6c372fc28922ec01d2ea583194
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 /*
7 * Small netlib autoopen test.
8 * In future may grow into something bigger.
9 */
11 #include <proto/socket.h>
13 #include <stdio.h>
15 int __nocommandline = 1;
17 int main(void)
19 printf("Library opened, SocketBase is 0x%p\n", SocketBase);
21 return 0;