Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 967 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 967 Bytes

Liboli

Welcome

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.

Makefile & dir

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"

gcc rules

  -I includes
  -L [lib's directory] -l oli