mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 14:16:47 +00:00
* 调整user下libs的libc目录结构 * 修正.gitignore文件的问题 * 修复无法编译的问题 Co-authored-by: longjin <longjin@RinGoTek.cn>
22 lines
427 B
ReStructuredText
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>``
|