Skip to content

Files

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LIBFT

  • based on 42-libft projects, does contains most a of functions I use in my c projects

  • how to use

    make
    cc your_file.c -o exe -L. -l:libft.a