Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 굿노트 스티커
- 이지젯
- 42 so_long
- pipex
- 알고리즘 기초
- 와인선별방법
- 42
- push swap 설명
- 포르투갈 여행
- 파리 피크닉
- 지베르니
- 42 libft
- get next line
- 42 pipex
- push swap
- pipex 42
- 서울42
- so_long
- printf
- 지베르니 가을
- get_next_line
- str함수
- gnl
- ecole42
- ft_printf
- libft
- 와인 고르기
- 에꼴42
- 지베르니 여름
- 지베르니 계절 추천
Archives
- Today
- Total
목록ft_itoa (1)
뇌 마음 반반저장소
[42_libft] Part 2 (itoa)
1-5. ft_itoa itoa란? Parameters : 매개 변수 n: the integer to convert. n: 변환할 정수입니다. Return value : 반환 값 The string representing the integer. NULL if the allocation fails. 정수를 나타내는 문자열입니다. 할당에 실패하면 NULL입니다. External functs. : 외부 기능 malloc Description : 설명 Allocates (with malloc(3)) and returns a string representing the integer received as an argument. Negative numbers must be handled. malloc(3)을 사용하여..
42/libft
2022. 12. 13. 20:23