data-lite-c/Sources/DataLiteC/shim.h
2025-04-24 16:30:19 +03:00

6 lines
68 B
C

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