8 lines
78 B
C
8 lines
78 B
C
#ifndef DB_H_
|
|
#define DB_H_
|
|
|
|
#include <sqlite3.h>
|
|
|
|
int sqlite_init();
|
|
|
|
#endif
|