The CNS Library is a collection of custom libraries, created as a way of grouping together functions I've written as implementation exercises over the past few years. Some of the functions have prototypes that are identical to their C Standard Library counterparts, while others may have some alterations. There are even some functions I've added that are not found in the C Standard Library.
The 'cns_' prefix serves to differentiate between functions that are custom implementations written by me and those that belong to the Standard C Library.