Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
TheoryOfNekomata
/
ini-config
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Fix includes
Use alternate syntax for includes.
master
TheoryOfNekomata
10 meses atrás
pai
c50789bddb
commit
0d33ce7d14
3 arquivos alterados
com
4 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/types/int.h
+1
-1
src/types/string.h
+2
-2
tests/test-int.c
+ 1
- 1
src/types/int.h
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -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;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar