StuLibC
Autotools based C library that runs under Windows and Linux and potentially any posix compliant OS like MacOS.
Contains datatypes, utility functions and a network layer(tcp bsd sockets)
I started working on a broker which needed to work on Linux and Windows this helped me call common routines (implemented differently depending on OS such as the threading code).
Also, it initially helped me a great deal and still does appreciate the implementation of various data structures that I've had to research and implement from scratch such as Linked lists.
Tagged under: