S JavaScriptem funguje tato webová stránka lépe.
Domů
Nápověda
Přihlásit se
cacalabs
/
libcaca
zrcadlo
https://github.com/cacalabs/libcaca.git
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Vydání
7
Wiki
Aktivita
Procházet zdrojové kódy
Include <stdio.h> in caca_conio.h to avoid errors when this header is
included after us.
tags/v0.99.beta17
Sam Hocevar
sam
před 15 roky
rodič
680df5ce81
revize
fde9caa727
2 změnil soubory
, kde provedl
6 přidání
a
1 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Stáhněte soubor opravy
Stáhněte rozdílový soubor
+0
-1
caca/caca.h
+6
-0
caca/caca_conio.h
+ 0
- 1
caca/caca.h
Zobrazit soubor
@@ -28,7 +28,6 @@
#if !defined(__KERNEL__)
# include <stdarg.h>
# include <stdio.h>
#endif
#undef __extern
+ 6
- 0
caca/caca_conio.h
Zobrazit soubor
@@ -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__
Zapsat
Náhled
Načítá se…
Zrušit
Uložit