Skip to content

RedGinor/Liboli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C 57.4%
  • Makefile 42.6%