Skip to content
/ Libft Public

First project at 42Lisboa-cursus. I learned how to elaborate an makefile, an library, how some C funtions work and a little bit about linked lists. On top of that, there are aditional functions that doesn't exist in C libraries

Notifications You must be signed in to change notification settings

sde-mull/Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Libft - 42Project   

My very first own library!
This project is about coding a C library

C programming can be very tedious when one doesn’t have access to the highly useful standard functions.
This project is about understanding the way these functions work, implementing and learning to use them.
It's about creating your own library that will be helpful in the future projects.

How to use it

Clone the repository

git clone https://github.com/sde-mull/Libft.git

Run the Makefile

make              //to compile all the files
make mandatory    //to compile the mandatory part only
make bonus        //to compile the bonus part only
make clean        //to remove all the object files
make fclean       //to remove all object files and the .a
make re           //to recompile all files
make remandatory  //to recompile the mandatorys part only
make rebonus      //to recompile the bonus part only

Functions

Mandatory

Ft_atoi

Ft_bzero

Ft_calloc

Ft_isalnum

Ft_isascii

Ft_isdigit

Ft_isprint

Ft_isalnum

Ft_itoa

Ft_memchr

Ft_memcmp

Ft_memcpy

Ft_memmove

Ft_memset

Ft_putchr_fd

Ft_putendl_fd

Ft_putnbr_fd

Ft_putstr_fd

Ft_split

Ft_strchr

Ft_strdup

Ft_striteri

Ft_strjoin

Ft_srlcat

Ft_strlcpy

Ft_strlen

Ft_strmapi

Ft_strncmp

Ft_strnstr

Ft_strrchr

Ft_strtrim

Ft_substr

Ft_tolower

Ft_toupper

Bonus

Ft_lstadd_back

Ft_lstadd_front

Ft_lstclear

Ft_lstdelone

Ft_lstiter

Ft_lstlast

Ft_lstmap

Ft_lstnew

Ft_lstsize

Grade:

image

About

First project at 42Lisboa-cursus. I learned how to elaborate an makefile, an library, how some C funtions work and a little bit about linked lists. On top of that, there are aditional functions that doesn't exist in C libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published