Skip to content
/ libft Public

📚 A few functions of the C standard library as well as some other utility functions

Notifications You must be signed in to change notification settings

rbiodies/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

First part

The aim of the first part is to re-code a set of the libc functions, as defined in their man. Our functions will need to present the same prototype and behaviors as the originals.

Second part

The aim of the second part is to code a set of functions that are either not included in the libc, or included in a different form.

Bonus part

The aim of the bonus part is to code a set of functions that will allow our to easily use our lists.

About

📚 A few functions of the C standard library as well as some other utility functions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published