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 pipex
- 42
- 42 libft
- 파리 피크닉
- 서울42
- 이지젯
- pipex 42
- 지베르니 가을
- 지베르니
- 에꼴42
- 포르투갈 여행
- get_next_line
- printf
- push swap 설명
- ecole42
- 와인선별방법
- 굿노트 스티커
- str함수
- 알고리즘 기초
- 지베르니 여름
- pipex
- 와인 고르기
- gnl
- ft_printf
- get next line
- libft
- push swap
- 42 so_long
- 지베르니 계절 추천
- so_long
Archives
- Today
- Total
목록strdup (1)
뇌 마음 반반저장소

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