Пожалуйста, включите JavaScript.
Главная
Обзор
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10225101483
/
XOY-Leveldb
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
1
Релизы
0
Вики
Активность
Просмотр исходного кода
Don't include C++ headers in extern C
xry
Paul Beusterien
3 лет назад
Родитель
99b3c03b32
Сommit
24bcf7f7ce
1 измененных файлов
:
4 добавлений
и
4 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+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
;
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить