Gitiles
Code Review
Sign In
192.168.1.100
/
T103
/
1f884588077ad3476b9c91cbb0ee9ee0332bbb68
/
.
/
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 */