使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Immanuel
/
nnn
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Add license pointer
master
sin
9 年前
父节点
756b50be27
当前提交
8c04bea678
共有
3 个文件被更改
,包括
3 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-0
config.def.h
+1
-0
noice.c
+1
-0
util.h
+ 1
- 0
config.def.h
查看文件
@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#define CWD "cwd: "
#define CURSR " > "
#define EMPTY " "
+ 1
- 0
noice.c
查看文件
@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
+ 1
- 0
util.h
查看文件
@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#undef strlcat
size_t strlcat(char *, const char *, size_t);
#undef strlcpy
撰写
预览
正在加载...
取消
保存