使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
cacalabs
/
libcaca
镜像自地址
https://github.com/cacalabs/libcaca.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
7
百科
动态
浏览代码
Include <stdio.h> in caca_conio.h to avoid errors when this header is
included after us.
tags/v0.99.beta17
Sam Hocevar
sam
15 年前
父节点
680df5ce81
当前提交
fde9caa727
共有
2 个文件被更改
,包括
6 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+0
-1
caca/caca.h
+6
-0
caca/caca_conio.h
+ 0
- 1
caca/caca.h
查看文件
@@ -28,7 +28,6 @@
#if !defined(__KERNEL__)
# include <stdarg.h>
# include <stdio.h>
#endif
#undef __extern
+ 6
- 0
caca/caca_conio.h
查看文件
@@ -19,6 +19,12 @@
#ifndef __CACA_CONIO_H__
#define __CACA_CONIO_H__
/* Since we're going to redefine standard functions, include these
* headers first to avoid errors upon later inclusion. */
#if !defined(__KERNEL__)
# include <stdio.h>
#endif
#include <caca.h>
#if !defined _DOXYGEN_SKIP_ME && !defined __LIBCACA__
撰写
预览
正在加载...
取消
保存