An open API service indexing awesome lists of open source software.

https://github.com/debdut/my_lib


https://github.com/debdut/my_lib

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# my_lib

my_lib is a ANSI/C89 C general purpose library. It contains some useful functions not found in GNU libc and some rewrites of GNU libc functions. Currently, a personal project.

## Report Bugs

Report Bugs to .

*Note : I compile with the following flags for maximal warnings generation:* -ansi -Wall -pedantic -std=c99