repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed Gfx_ShowViewPorts method implementation, as it was identical to
[AROS.git]
/
test
/
net
/
netlib.c
blob
35fb18713c3bfbd7e8689d5b118b14baf652c4c2
1
/*
2
* Small netlib autoopen test.
3
* In future may grow into something bigger.
4
*/
5
6
#include <proto/socket.h>
7
8
#include <stdio.h>
9
10
int
__nocommandline
=
1
;
11
12
int
main
(
void
)
13
{
14
printf
(
"Library opened, SocketBase is 0x%p
\n
"
,
SocketBase
);
15
16
return
0
;
17
}