mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
libc: Refine the inline handling
1.Remove CONFIG_HAVE_INLINE macro 2.Change the ANSI C function to normal function 3.Other simple non ANSI function to macro Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
YAMAMOTO Takashi
parent
993591dca1
commit
60fe0a0f96
@@ -88,11 +88,6 @@ namespace std
|
||||
|
||||
// Declared in legacy strings.h
|
||||
|
||||
using ::bcmp;
|
||||
using ::bcopy;
|
||||
using ::bzero;
|
||||
using ::index;
|
||||
using ::rindex;
|
||||
using ::ffs;
|
||||
using ::strcasecmp;
|
||||
using ::strncasecmp;
|
||||
|
||||
Reference in New Issue
Block a user