Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
TheoryOfNekomata
/
xml-c
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Added C++ compatibility
master
Nolan Clark
9 anos atrás
pai
052f19e572
commit
fc4e875977
1 arquivos alterados
com
6 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
+6
-4
src/xml.h
+ 6
- 4
src/xml.h
Ver arquivo
@@ -30,7 +30,9 @@
#include <stdint.h>
#include <string.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* Opaque structure holding the parsed xml document
@@ -162,9 +164,9 @@ size_t xml_string_length(struct xml_string* string);
*/
void xml_string_copy(struct xml_string* string, uint8_t* buffer, size_t length);
#ifdef __cplusplus
}
#endif
#endif
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar