commit | 1f884588077ad3476b9c91cbb0ee9ee0332bbb68 | [log] [tgz] |
---|---|---|
author | rjw <rjw@exm.com> | Thu Jan 06 17:20:42 2022 +0800 |
committer | rjw <rjw@exm.com> | Thu Jan 06 17:20:42 2022 +0800 |
tree | 0b97d2c978423d60e27431d61ff4f2743d91fb34 | |
parent | 07cecdc1811bfb478b53804b2ddc3c8f3f09cc16 [diff] [blame] |
[Feature]add MT2731_MP2_MR2_SVN388 baseline version Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/src/bsp/lk/include/strings.h b/src/bsp/lk/include/strings.h new file mode 100644 index 0000000..ea890cf --- /dev/null +++ b/src/bsp/lk/include/strings.h
@@ -0,0 +1,12 @@ +#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 */