This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
leveldb_ttl
forked from
building_data_management_systems.Xuanzhou.2024Fall.DaSE/leveldb_base
Watch
23
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Don't include C++ headers in extern C
ld
Paul Beusterien
3 years ago
parent
99b3c03b32
commit
24bcf7f7ce
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
include/leveldb/c.h
+ 4
- 4
include/leveldb/c.h
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save