리스트 관련 함수 : ft_lstnew, ft_lstadd_front, ft_lstsize, ft_lstlast, ft_lstadd_back, ft_lstdelone, ft_lstclear, ft_lstiter, ft_lstmap
42Seoul
리스트 관련 함수 : ft_lstnew, ft_lstadd_front, ft_lstsize, ft_lstlast, ft_lstadd_back, ft_lstdelone, ft_lstclear, ft_lstiter, ft_lstmap
42Seoul
출력 관련 함수 : ft_putchar_fd, ft_putstr_fd, ft_putendl_fd, ft_putnbr_fd
42Seoul
문자열 관련 함수 : strlen, strlcpy, strlcat, strchr, strrchr, strnstr, strncmp
42Seoul
문자열 관련 함수 : calloc, strdup, ft_substr, ft_strjoin, ft_strtrim, ft_split, ft_itoa, ft_strmapi
42Seoul
숫자 관련 함수 : atoi, isalpha, isdigit, isalnum, isascii, isprint, toupper, tolower
42Seoul
메모리 관련 함수 : memset, bzero, memcpy, memccpy, memmove, memchr, memcmp
42Seoul
makefile로 편하게 컴파일하고 링크하여 파일을 쉽게 만들어보자:)
42Seoul