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.
- Host: GitHub
- URL: https://github.com/rollinger/philib
- Owner: rollinger
- Created: 2021-07-24T10:30:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T13:39:53.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T21:53:19.033Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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