Oli is a CSFML utils library for Epitech Projects. It has a particular codding style imposed by Epitech for:
•the organization of the delivery folder
•the denomination of the identifiers
•the overall presentation (paragraphs)
•the local presentation (lines)
•source files and headers
•Makefiles
This library will allow you to print, sort and manipulate data.
The provided Makefile will create a "includes" folder containing the functions headers in a "oli.h" file and structures in a "oli_struct.h".
•string manipulation -------------> "str"
•array manipulation ---------------> "arr"
•numbers manipulation -------------> "num"
•prints/displays -----------------> "print"
•miscellaneous (other functions) -> "misc"
-I includes
-L [lib's directory] -l oli