Този сайт работи по-добре с JavaScript.
Начало
Каталог
Помощ
Вход
TheoryOfNekomata
/
ini-config
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Заявки за сливане
0
Версии
0
Уики
Activity
Преглед на файлове
Fix includes
Use alternate syntax for includes.
master
TheoryOfNekomata
преди 10 месеца
родител
c50789bddb
ревизия
0d33ce7d14
променени са
3 файла
, в които са
добавени 4
реда и са
изтрити 4
реда
Разделен изглед
Diff Options
Показване на статистика
Download Patch File
Download Diff File
+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;
Пиши
Преглед
Зареждане…
Отказ
Запис