문자열 자르기 함수
void ft_putendl_fd(char *s, int fd);
char * 형 데이터로 리턴
write
s
테스트
ft_putendl_fd("hello world!!",1); ft_putendl_fd("good evening",1);