이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
leveldb_ttl
원본 프로젝트 :
building_data_management_systems.Xuanzhou.2024Fall.DaSE/leveldb_base
보기
23
좋아요
2
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Don't include C++ headers in extern C
ld
Paul Beusterien
3 년 전
부모
99b3c03b32
커밋
24bcf7f7ce
1개의 변경된 파일
과
4개의 추가작업
그리고
4개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
include/leveldb/c.h
+ 4
- 4
include/leveldb/c.h
파일 보기
@ -40,16 +40,16 @@
#
ifndef STORAGE_LEVELDB_INCLUDE_C_H_
#
define STORAGE_LEVELDB_INCLUDE_C_H_
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
#
include
<stdarg.h>
#
include
<stddef.h>
#
include
<stdint.h>
#
include
"leveldb/export.h"
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
/* Exported types */
typedef
struct
leveldb_t
leveldb_t
;
쓰기
미리보기
불러오는 중...
취소
저장