nuttx/libs/libc/ctype
Xiang Xiao 297c294c0f libc: Change ctype macro to normal function
to avoid the argument evaluation more than once

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Ib59c9bc8d259731bc6e7ff542379b74ba22d6e33
2020-08-21 16:56:00 +08:00
..
lib_isalnum.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_isalpha.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_isascii.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_isblank.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_iscntrl.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_isdigit.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_isgraph.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_islower.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_isprint.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_ispunct.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_isspace.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_isupper.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_isxdigit.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_tolower.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
lib_toupper.c libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
Make.defs libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00