This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
gugdun
/
SDL
зеркало из
https://github.com/libsdl-org/SDL
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Просмотр исходного кода
Test: Add float header for FLT_RADIX definition.
Pierre Wendling
3 лет назад
Родитель
7a55fa4e56
Сommit
a864180cf3
1 измененных файлов
с
1 добавлено
и
0 удалено
Разделённый вид
Показать статистику Diff
1
0
test/testautomation_math.c
+ 1
- 0
test/testautomation_math.c
Просмотреть файл
@@ -3,6 +3,7 @@
*/
#include <math.h>
+#include <float.h>
#include "SDL.h"
#include "SDL_test.h"