You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
John Bintz 2fa36319e9
Get ready for video release
5 months ago
..
README.md Get ready for video release 5 months ago
SCOPTIONS Get ready for video release 5 months ago
server Get ready for video release 5 months ago
server.c Get ready for video release 5 months ago
test_setup.c Get ready for video release 5 months ago

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