Skip to content

This project demands to create a C header file with a recreation of usual functions so that you can easily use them on your future projects.

Notifications You must be signed in to change notification settings

reomelo/42Porto-libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot from 2023-11-01 16-20-45

Description of the project:

This project consists on the creation of a C header file containing recreations of already existing functions. In my case, I did the bonus alongside the mandatory, so when you run make both parts are executed.

Installing and running the project:

1- Clone this repository and enter it:

git clone https://github.com/reomelo/42Porto-libft.git && cd 42Porto-libft

2- Run make and compile your program with libft.a:

make && cc -Wall -Wextra -Werror main.c libft.a

Makefile Available Targets:

make or make all - creates libft.a
make clean - wipes all object files
make fclean - deletes libft.a and all object files
make re - fclean + all


At 42School, almost every project must be written in accordance to the Norm. As a result, parts of the code are not as clean, efficient or straight forward as they could be.

About

This project demands to create a C header file with a recreation of usual functions so that you can easily use them on your future projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published