libsimple

Description: A bunch of C functions that are useful when writing simple code
Status: Stable
Source: https://git.maandree.se/libsimple
Latest release: 1.6
License: ISC License (Internet Systems Consortium license)
Written in: C (ISO C11)

libsimple.h includes most POSIX header files so you do need to include lots of headers in your code, and defines macros and functions that are useful for most programs and libraries to simplify the code. It also provides *_MIN and *_MAX values for integer data types.