소스 검색

Added C++ compatibility

master
Nolan Clark 9 년 전
부모
커밋
fc4e875977
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. +6
    -4
      src/xml.h

+ 6
- 4
src/xml.h 파일 보기

@@ -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


불러오는 중...
취소
저장