John Bintz 2fa36319e9 | ||
---|---|---|
.. | ||
README.md | ||
SCOPTIONS | ||
server | ||
server.c | ||
test_setup.c |
README.md
Amiga BSD Socket Server in C
Built using SAS/C 6.58 and the AmiTCP 4.3 SDK.
Socket test code
If you can build and run test_setup.c
, your NDK setup is correct:
sc link test_setup.c
Server
Build it without the chkabort
routine:
sc link nochkabort server.c