소스 검색

The prototype for strcasecmp() is apparently in strings.h.

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
eda79ec32b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/include/strings.h

+ 2
- 0
src/include/strings.h 파일 보기

@@ -51,4 +51,6 @@ extern int __flsl ( long x );
51 51
 #define fls( x ) \
52 52
 	( __builtin_constant_p ( x ) ? __constant_fls ( x ) : __fls ( x ) )
53 53
 
54
+extern int strcasecmp ( const char *s1, const char *s2 );
55
+
54 56
 #endif /* _STRINGS_H */

Loading…
취소
저장