======Programming - C - Libraries====== [[http://www.boutell.com/cgic/|cgic]]: an ANSI C library for CGI Programming \\ [[http://www.mpfr.org/|The GNU MPFR Library]] is a C library for multiple-precision floating-point computations with correct rounding. \\ [[https://fragglet.github.io/c-algorithms/doc/|C Algorithms Library]] is a collection of common Computer Science data structures and algorithms which may be used in C projects. The code is licensed under the ISC license (a simplified version of the BSD license that is functionally identical). As such, it may be reused in any project, whether Proprietary or Open Source. \\ [[http://bellard.org/TinyGL/|TinyGL]] is intended to be a very small implementation of a subset of OpenGL * for embedded systems or games. It is a software only implementation. Only the main OpenGL calls are implemented. \\ [[https://github.com/OneSadCookie/fcaseopen|GitHub - OneSadCookie/fcaseopen]] case-insensitive fopen for case-sensitive filesystems.