Denna sida fungerar bättre med Javascript igång.
Startsida
Hjälp
Logga in
cacalabs
/
libcaca
spegling av
https://github.com/cacalabs/libcaca.git
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Släpp
7
Wiki
Aktiviteter
Bläddra i källkod
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 år sedan
förälder
680df5ce81
incheckning
fde9caa727
2 ändrade filer
med
6 tillägg
och
1 borttagningar
Delad Vy
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
Visa fil
@@ -28,7 +28,6 @@
#if !defined(__KERNEL__)
# include <stdarg.h>
# include <stdio.h>
#endif
#undef __extern
+ 6
- 0
caca/caca_conio.h
Visa fil
@@ -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__
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara