Пожалуйста, включите JavaScript.
Главная
Помощь
Вход
cacalabs
/
libcaca
зеркало из
https://github.com/cacalabs/libcaca.git
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Релизы
7
Вики
Активность
Просмотр исходного кода
* Made cacamoir, cacaball and cacaplas buildable into a kernel.
tags/v0.99.beta14
Sam Hocevar
sam
19 лет назад
Родитель
e332cf1bed
Сommit
b337745bf1
3 измененных файлов
:
14 добавлений
и
13 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+5
-7
src/cacaball.c
+4
-2
src/cacamoir.c
+5
-4
src/cacaplas.c
+ 5
- 7
src/cacaball.c
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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"
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить