Skip to content
/ 42_libft Public

Recreation of Standard C Library for use in 42 Coding University's curriculum.

Notifications You must be signed in to change notification settings

kraxx/42_libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_libft

Recreation of Standard C Library for use in 42 Coding University's curriculum.

Getting started

Run the following make command:

make

This will compile all the source files into a library file for use in the rest of your 42 curriculum projects. To clean the folder of object files, run:

make clean

Running:

make fclean

will clean the library file itself as well. This command:

make re

will first run make fclean, and then make.

Background

42 Coding University encourages the creation of basic libc functions from the ground up, restricted to using only:

write
malloc
free

These basic files are compiled into our personal library "libft", to be used for the rest of the C curriculum at 42.

About

Recreation of Standard C Library for use in 42 Coding University's curriculum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published