本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
TheoryOfNekomata
/
ini-config
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Fix includes
Use alternate syntax for includes.
master
TheoryOfNekomata
10 月之前
父節點
c50789bddb
當前提交
0d33ce7d14
共有
3 個檔案被更改
,包括
4 行新增
和
4 行删除
分割檢視
Diff Options
Show Stats
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;
Write
Preview
Loading…
取消
儲存