Files
luban-lite/kernel/rt-thread/examples/utest/testcases/posix/locale_h/Kconfig
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

16 lines
291 B
Plaintext

menuconfig RTT_POSIX_TESTCASE_LOCALE_H
bool "<locale.h>"
default n
if RTT_POSIX_TESTCASE_LOCALE_H
config LOCALE_H_SETLOCALE
bool "<locale.h -> setlocale>"
default n
config LIBGEN_H_LOCALECONV
bool "<locale.h -> localconv>"
default n
endif