[ft_putnbr_fd] note

duckkuri·2020년 10월 16일
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을 주어진 파일디스크립터로 출력한다.

테스트

profile
😤 Today I Learned

0개의 댓글