Skip to content

adrianclinansmith/C_CustomLibraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Custom Library

Additional functions for standard C beyond libc (the C standard library).

Table of Contents

General info

Functions to reduce some of the busywork common to standard C. Some files can be thought of as extensions of libc files: stdio2.h, string2.h. Other files do not correspond to anything in the standard library. For API details, please consult the header files.

Technologies

Conforms to the C11 standard.

Setup

For use in your own project, add one or more header files to your own C header files, and add the corresponding implementation files to your C implementation files, then compile your project as usual.

About

Adds basic functionality to the standard C libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published