Files
data-lite-c/Sources/DataLiteC/shim.h

7 lines
68 B
C

#ifndef C_SQLITE_H
#define C_SQLITE_H
#include <sqlite3.h>
#endif