1
0

Kconfig 432 B

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