index.rst 435 B

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