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
- 이지젯
- printf
- 알고리즘 기초
- get next line
- str함수
- ft_printf
- pipex
- 에꼴42
- 지베르니 여름
- 굿노트 스티커
- 지베르니
- 파리 피크닉
- 42 so_long
- 42
- 와인선별방법
- push swap 설명
- 42 pipex
- 포르투갈 여행
- 지베르니 가을
- push swap
- 서울42
- 와인 고르기
- pipex 42
- gnl
- get_next_line
- 지베르니 계절 추천
- ecole42
- so_long
- 42 libft
- libft
Archives
- Today
- Total
목록strnstr (1)
뇌 마음 반반저장소
[42_libft] Part 1 (str 함수들2 strnstr, strdup, atoi)
3-7. strnstr strnstr이란? strnstr - locate a substring in a string 문자열에서 부분 문자열을 찾기. The strnstr function locates the first occurrence of the null-terminated string little in the string big , where not more than len characters are searched. Characters that appear after a `\0' character are not searched. Since the strnstr function is a specific API, it should only be used when portability is not a ..
42/libft
2022. 12. 8. 21:53