1menuconfig RTT_POSIX_TESTCASE_STDLIB_H
2    bool "<stdlib.h>"
3    default n
4
5if RTT_POSIX_TESTCASE_STDLIB_H
6
7    config STDLIB_H_ATOI
8        bool "<stdlib.h> -> atoi"
9        default n
10
11    config STDLIB_H_ATOL
12        bool "<stdlib.h> -> atol"
13        default n
14
15    config STDLIB_H_QSORT
16        bool "<stdlib.h> -> qsort"
17        default n
18
19    config STDLIB_H_STRTOL
20        bool "<stdlib.h> -> strtol"
21        default n
22
23endif
24