index.rst 423 B

123456789101112131415161718192021
  1. API文档
  2. ====================================
  3. .. toctree::
  4. :maxdepth: 1
  5. :caption: 目录
  6. api-list/ctype
  7. api-list/dirent
  8. api-list/errno
  9. api-list/fcntl
  10. api-list/math
  11. api-list/stdio
  12. api-list/printf
  13. api-list/stddef
  14. api-list/stdlib
  15. api-list/string
  16. api-list/time
  17. api-list/unistd
  18. 这里是所有libc头文件的集合,在代码里可以这样引用:
  19. ``#include<libc/xxx.h>``