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

https://github.com/rollinger/philib

PhiLib contains a number of fuctions and projects I did during my Core Curriculum at 42 Wolfsburg for the C language. Please use for your own study only.
https://github.com/rollinger/philib

Last synced: about 1 year ago
JSON representation

PhiLib contains a number of fuctions and projects I did during my Core Curriculum at 42 Wolfsburg for the C language. Please use for your own study only.

Awesome Lists containing this project

README

          

# OVERVIEW
PhiLib contains a number of libraries and projects I did during my Core Curriculum
at 42 Wolfsburg for the C language. Please use for your own study only.

# CONTENT
::philib
::libft
::gnl
::printf

# COMPILE
make philib => compiles all projects into a philib.a library.
make philibd => compiles all projects into a philib.so dynamic library.

In order to individually compile/test projects read the readme in the
respective folder.

# TESTS