wwc-15172310230 237e95c6dd
调整user下libs的libc目录结构 (#103)
* 调整user下libs的libc目录结构

* 修正.gitignore文件的问题

* 修复无法编译的问题

Co-authored-by: longjin <longjin@RinGoTek.cn>
2022-12-11 22:22:10 +08:00

22 lines
427 B
ReStructuredText

API文档
====================================
.. toctree::
:maxdepth: 1
:caption: 目录
api-list/ctype
api-list/dirent
api-list/errno
api-list/fcntl
api-list/math
api-list/stdio
api-list/printf
api-list/stddef
api-list/stdlib
api-list/string
api-list/time
api-list/unistd
这里是所有libc头文件的集合,在代码里可以这样引用:
``#include<libc/src/xxx.h>``