#include "sqlite3.h" SQLITE_API int sqlite3_os_init(void){ return -1; } SQLITE_API int sqlite3_os_end(void){ return -1; }