Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 813 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 813 Bytes

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