Open Source
As well as commercial proprietary projects, I also work on open source software implemented in C.
Paul's Simple C Library
Paul's Simple C Library (PSCL) contains functions to assist with common tasks such as manipulating strings, beyond what is available in the standard library. It is written in ANSI C (C89) and is intended to be as portable as possible. The only dependencies are:
- Compiler supporting C89
- Copy of the C standard library
- Unity test framework (included as a submodule)
- Make (to build and run the tests)
It should work with any POSIX-compliant Make software.