This repository contains some error handling modules used in the development of the libraries
A pure C errno implementation with CMake build support
NOTE: This will install in /usr/local. You probably don't want that. But this is a quick start. The best thing to do is to combine this library with your other code into a larger CMake project/solution.
Install with clib:
clib install ScientificC/errno
or,
git clone https://github.com/ScientificC/errno.git
cd errno
./install.sh