mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-24 08:17:20 +08:00
12 lines
179 B
C
12 lines
179 B
C
|
#include "sqlite3.h"
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif /* __cplusplus */
|
||
|
|
||
|
int fulltext_init(sqlite3 *db);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
} /* extern "C" */
|
||
|
#endif /* __cplusplus */
|