mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 00:46:31 +00:00
:fix path
This commit is contained in:
@ -10,7 +10,7 @@ errno.h
|
|||||||
===========
|
===========
|
||||||
#define E2BIG 1 /* 参数列表过长,或者在输出buffer中缺少空间 或者参数比系统内建的最大值要大 Argument list too long. */
|
#define E2BIG 1 /* 参数列表过长,或者在输出buffer中缺少空间 或者参数比系统内建的最大值要大 Argument list too long. */
|
||||||
|
|
||||||
#define EACCES 2 /* 访问被拒绝 Permission denied */
|
#define EACCES 2 /* 访问被拒绝 Permission denied */
|
||||||
|
|
||||||
#define EADDRINUSE 3 /* 地址正在被使用 Address in use.*/
|
#define EADDRINUSE 3 /* 地址正在被使用 Address in use.*/
|
||||||
|
|
@ -4,18 +4,18 @@ API文档
|
|||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
:caption: 目录
|
:caption: 目录
|
||||||
|
|
||||||
api列表/ctype
|
api-list/ctype
|
||||||
api列表/dirent
|
api-list/dirent
|
||||||
api列表/errno
|
api-list/errno
|
||||||
api列表/fcntl
|
api-list/fcntl
|
||||||
api列表/math
|
api-list/math
|
||||||
api列表/stdio
|
api-list/stdio
|
||||||
api列表/printf
|
api-list/printf
|
||||||
api列表/stddef
|
api-list/stddef
|
||||||
api列表/stdlib
|
api-list/stdlib
|
||||||
api列表/string
|
api-list/string
|
||||||
api列表/time
|
api-list/time
|
||||||
api列表/unistd
|
api-list/unistd
|
||||||
|
|
||||||
这里是所有libc头文件的集合,在代码里可以这样引用:
|
这里是所有libc头文件的集合,在代码里可以这样引用:
|
||||||
``#include<libc/xxx.h>``
|
``#include<libc/xxx.h>``
|
||||||
|
Reference in New Issue
Block a user