7 lines
68 B
C
7 lines
68 B
C
#ifndef C_SQLITE_H
|
|
#define C_SQLITE_H
|
|
|
|
#include <sqlite3.h>
|
|
|
|
#endif
|