Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
XOY-Leveldb
Seguir
23
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Don't include C++ headers in extern C
master
Paul Beusterien
hace 3 años
padre
99b3c03b32
commit
24bcf7f7ce
Se han
modificado 1 ficheros
con
4 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-4
include/leveldb/c.h
+ 4
- 4
include/leveldb/c.h
Ver fichero
@ -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
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar