Skip to content

vchaillo/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft

Subject

Description

As a 42 student you'll be able, through this first project, to strengthen your skills learned during the bootcamp. You'll recode functions from the standard C library, and some other very useful functions that you'll be able to use all along the program.

Functions list

Print Memory Lists Convert
ft_putchar.c ft_bzero.c ft_lstadd.c ft_atoi.c
ft_putchar_fd.c ft_memalloc.c ft_lstnew.c ft_itoa.c
ft_putendl.c ft_memcpy.c ft_lstdel.c ft_atoi_base.c
ft_putendl_color.c ft_memchr.c ft_lstdelone.c ft_toupper.c
ft_putendl_fd.c ft_memcmp.c ft_lstiter.c ft_tolower.c
ft_putfloat2.c ft_memdel.c ft_lstmap.c
ft_putnbr.c ft_memmove.c
ft_putnbr_color.c ft_memset.c
ft_putnbr_fd.c ft_memccpy.c
ft_putstr.c
ft_putstr_color.c
ft_putstr_fd.c
String String Other
ft_isalnum.c ft_strsub.c get_next_line.c
ft_isalpha.c ft_strstr.c
ft_isascii.c ft_strsplit.c
ft_isdigit.c ft_strrchr.c
ft_isprint.c ft_strnstr.c
ft_strcat.c ft_strnew.c
ft_strchr.c ft_strnequ.c
ft_strclr.c ft_strncpy.c
ft_strcmp.c ft_strncmp.c
ft_strcpy.c ft_strncat.c
ft_strdel.c ft_strmap.c
ft_strdup.c ft_strmapi.c
ft_strtrim.c ft_strlen.c
ft_strequ.c ft_strlcat.c
ft_striter.c ft_strjoin.c
ft_striteri.c

Todo list

  • Create some description files
  • Moulitest new update
  • get_next_line_v2
  • Improve ft_putfloat.c
  • Improve ft_strsplit.c
Project of school 42

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors