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
- pipex 42
- push swap
- get next line
- pipex
- 와인 고르기
- str함수
- 42
- 지베르니 여름
- libft
- get_next_line
- 지베르니 가을
- 지베르니 계절 추천
- 파리 피크닉
- 42 so_long
- 알고리즘 기초
- 42 libft
- 와인선별방법
- gnl
- push swap 설명
- ecole42
- 굿노트 스티커
- 이지젯
- 에꼴42
- 서울42
- 지베르니
- so_long
- printf
- 포르투갈 여행
- 42 pipex
- ft_printf
Archives
- Today
- Total
목록ft_strmapi (1)
뇌 마음 반반저장소
[42_libft] Part 2 (strmapi, striteri 함수포인터 알아보기)
1-6. ft_strmapi strmapi란? Parameters : 매개 변수 s: The string on which to iterate. s: 반복할 문자열입니다. f: The function to apply to each character. f: 각 문자에 적용할 함수입니다. Return value : 반환 값 The string created from the successive applications of ’f’. Returns NULL if the allocation fails. 'f'의 연속 응용 프로그램에서 생성된 문자열입니다. 할당이 실패하면 NULL을 반환합니다. External functs. : 외부 기능 malloc Description : 설명 Applies the function..
42/libft
2022. 12. 14. 20:40