Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
17faa44e9cc8d09a28add2a8a0371fcf84b51efd
/
.
/
src
/
bsp
/
lk
/
include
/
strings.h
blob: ea890cfd79c4829c4392424321b805756ef94cd8 [
file
] [
log
] [
blame
]
#if !defined(__STRINGS_H)
#define
__STRINGS_H
#include
<compiler.h>
__BEGIN_CDECLS
;
int
strcasecmp
(
const
char
*
s1
,
const
char
*
s2
);
__END_CDECLS
;
#endif
/* !__STRINGS_H */