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
* Made cacamoir, cacaball and cacaplas buildable into a kernel.
tags/v0.99.beta14
Sam Hocevar
sam
18 anos atrás
pai
e332cf1bed
commit
b337745bf1
3 arquivos alterados
com
14 adições
e
13 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-7
src/cacaball.c
+4
-2
src/cacamoir.c
+5
-4
src/cacaplas.c
+ 5
- 7
src/cacaball.c
Ver arquivo
@@ -13,13 +13,11 @@
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#ifndef M_PI
# define M_PI 3.14159265358979323846
#if !defined(__KERNEL__)
# include <math.h>
# ifndef M_PI
# define M_PI 3.14159265358979323846
# endif
#endif
#include "cucul.h"
+ 4
- 2
src/cacamoir.c
Ver arquivo
@@ -13,8 +13,10 @@
#include "config.h"
#include <math.h>
#include <string.h>
#if !defined(__KERNEL__)
# include <math.h>
# include <string.h>
#endif
#include "cucul.h"
#include "caca.h"
+ 5
- 4
src/cacaplas.c
Ver arquivo
@@ -14,10 +14,11 @@
#include "config.h"
#include <math.h>
#ifndef M_PI
# define M_PI 3.14159265358979323846
#if !defined(__KERNEL__)
# include <math.h>
# ifndef M_PI
# define M_PI 3.14159265358979323846
# endif
#endif
#include "cucul.h"
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar