go-sqlite3-hak5/sqlite3-binding.h

6 lines
91 B
C
Raw Normal View History

#ifndef USE_LIBSQLITE3
#include "code/sqlite3-binding.h"
2012-10-28 02:58:40 +00:00
#else
#include <sqlite3.h>
2012-10-28 02:58:40 +00:00
#endif