mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Fix some issues with strcasecmp() conditional compilation and with memccpy() return value
This commit is contained in:
committed by
Gregory Nutt
parent
2bacc40350
commit
0e3cd129ae
@@ -46,7 +46,7 @@
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_STRCMP
|
||||
#ifndef CONFIG_ARCH_STRCASECMP
|
||||
int strcasecmp(FAR const char *cs, FAR const char *ct)
|
||||
{
|
||||
int result;
|
||||
|
||||
Reference in New Issue
Block a user