Цей веб-сайт працює краще з JavaScript.
Головна
Огляд
Довідка
Увійти
TheoryOfNekomata
/
ini-config
Слідкувати
1
В обрані
0
Форк
0
Код
Проблеми
0
Запити на злиття
0
Релізи
0
Вікі
Активність
Переглянути джерело
Fix includes
Use alternate syntax for includes.
master
TheoryOfNekomata
10 місяці тому
джерело
c50789bddb
коміт
0d33ce7d14
3 змінених файлів
з
4 додано
та
4 видалено
Розділений перегляд
Параметри порівняння
Показати статистику
Завантажити патч
Завантажити файл різниці
+1
-1
src/types/int.h
+1
-1
src/types/string.h
+2
-2
tests/test-int.c
+ 1
- 1
src/types/int.h
Переглянути файл
@@ -1,7 +1,7 @@
#ifndef INI_CONFIG_TYPES_INT_H
#define INI_CONFIG_TYPES_INT_H
#include
<minIni.h>
#include
"minIni.h"
#include "../ini-config.h"
INI_CONFIG_DECLARE_TYPE(U8);
+ 1
- 1
src/types/string.h
Переглянути файл
@@ -1,7 +1,7 @@
#ifndef INI_CONFIG_TYPES_STRING_H
#define INI_CONFIG_TYPES_STRING_H
#include
<minIni.h>
#include
"minIni.h"
#include "../ini-config.h"
INI_CONFIG_DECLARE_TYPE(String);
+ 2
- 2
tests/test-int.c
Переглянути файл
@@ -1,8 +1,8 @@
#include <assert.h>
#include <stdio.h>
#include <stdint.h>
#include "../s
ou
rc
e
/ini-config.h"
#include "../s
ou
rc
e
/types/int.h"
#include "../src/ini-config.h"
#include "../src/types/int.h"
static int8_t default_int8_value = 0;
Писати
Попередній перегляд
Завантаження…
Відмінити
Зберегти