Thanks to visit codestin.com
Credit goes to github.com

Skip to content

asleonova/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft

This project is an attempt to recode C standard functions (libc). As you might know, this is the first project 42 students have to do. Here is my approach at this problem.

Usage:

  • first run make or make bonus to create the library (bonus rule creates the library with linked lists functions)

  • then #include libft.h in your .c files where you use these libft functions.

  • then compile your .c files with the library using following flags: gcc -L. -lft *.c && ./a.out
    "*.c" - it's all your .c files

About

recoding some libc functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published