Skip to content
/ C-Lib Public

Library made for EPITECH during my FIRST YEAR

License

Notifications You must be signed in to change notification settings

anpawo/C-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Lib

Library made for EPITECH during my FIRST YEAR.

Function Used from the lib C

  • Malloc
  • Free

Features

  • VECT - list of char, int, etc... (can be optimized a lot)
  • STRT - list of char null terminated
  • LIST - list of objects
  • DICT -> list of object pairs (key/value)

Some Details

  • Every object type is associated with an ID.
    When using any function, the function acts
    according to the ID type of the object used.
  • I use the cleanup attribut to avoid frees.

About

Library made for EPITECH during my FIRST YEAR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published