duckkuri's TIL
로그인
duckkuri's TIL
로그인
[ft_putnbr_fd] note
duckkuri
·
2020년 10월 16일
팔로우
0
0
42Seoul_Libft_Story
목록 보기
11/22
[function] ft_putnbr_fd
int형 숫자 출력 함수
type
void ft_putnbr_fd(int n, int fd);
매개변수
int n : 출력할 int형 숫자
int fd : 쓸(wirte) 파일 디스크립터
리턴값
void
없음
사용 가능한 외부 함수
write
설명
int형 변수
n
을 주어진 파일디스크립터로 출력한다.
테스트
duckkuri
😤 Today I Learned
팔로우
이전 포스트
[ft_putendl_fd] note
다음 포스트
[ft_lstnew] note
0개의 댓글
댓글 작성