Skip to content

This repository contains some error handling modules used in the development of the libraries

License

Notifications You must be signed in to change notification settings

ScientificC/errno

Repository files navigation

errno

This repository contains some error handling modules used in the development of the libraries

License: MIT

A pure C errno implementation with CMake build support

Table of Contents

Using the Library

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