AMATEURTOSS / libft

libft는 C 라이브러리를 다시 구현하는 프로젝트입니다

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libft

libft는 C 라이브러리를 다시 구현하는 프로젝트입니다.

grade

✅ 115/100

function list

Libc functions Additional functions Bonus Functions personal Function
memset ft_substr ft_lstnew get_next_line
bzero ft_strjoin ft_lstadd_front ft_printf
memcpy ft_strtrim ft_lstsize ft_strnew
memccpy ft_split ft_lstlast ft_strdel
memmove ft_itoa ft_lstadd_back ft_isspace
memchr ft_strmapi ft_lstdelone ft_split_len
memcmp ft_putchar_fd ft_lstclear ft_split_del
strlen ft_putstr_fd ft_lstiter ft_abs
strlcpy ft_putendl_fd ft_lstmap
strlcat ft_putnbr_fd
strchr
strrchr
strnstr
strncmp
atoi
isalpha
isdigit
isalnum
isascii
isprint
toupper
tolower
calloc
strdup

About

libft는 C 라이브러리를 다시 구현하는 프로젝트입니다


Languages

Language:C 96.3%Language:Makefile 3.7%