Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
libcaca
espelhamento de
https://github.com/cacalabs/libcaca.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
7
Wiki
Atividade
Ver código fonte
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 anos atrás
pai
680df5ce81
commit
fde9caa727
2 arquivos alterados
com
6 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+0
-1
caca/caca.h
+6
-0
caca/caca_conio.h
+ 0
- 1
caca/caca.h
Ver arquivo
@@ -28,7 +28,6 @@
#if !defined(__KERNEL__)
# include <stdarg.h>
# include <stdio.h>
#endif
#undef __extern
+ 6
- 0
caca/caca_conio.h
Ver arquivo
@@ -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__
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar