This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
cacalabs
/
libcaca
огледало од
https://github.com/cacalabs/libcaca.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
7
Вики
Activity
Преглед изворни кода
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 Options
Show Stats
Download Patch File
Download Diff File
+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__
Write
Preview
Loading…
Откажи
Сачувај