:fix path

This commit is contained in:
wang904
2022-08-16 11:01:37 +08:00
parent 3de635c030
commit 6480d57313
13 changed files with 13 additions and 13 deletions

View File

@ -10,7 +10,7 @@ errno.h
===========
#define E2BIG 1 /* 参数列表过长或者在输出buffer中缺少空间 或者参数比系统内建的最大值要大 Argument list too long. */
#define EACCES 2 /* 访问被拒绝 Permission denied */
#define EACCES 2 /* 访问被拒绝 Permission denied */
#define EADDRINUSE 3 /* 地址正在被使用 Address in use.*/

View File

@ -4,18 +4,18 @@ API文档
:maxdepth: 1
:caption: 目录
api列表/ctype
api列表/dirent
api列表/errno
api列表/fcntl
api列表/math
api列表/stdio
api列表/printf
api列表/stddef
api列表/stdlib
api列表/string
api列表/time
api列表/unistd
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/xxx.h>``