amiga-bsdsocket-coding/server_in_c/README.md

17 lines
330 B
Markdown
Raw Permalink Normal View History

2023-01-11 13:03:46 +00:00
# Amiga BSD Socket Server in C
Built using SAS/C 6.58 and the
[AmiTCP 4.3 SDK](http://aminet.net/package/comm/tcp/AmiTCP-SDK-4.3).
## 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`