mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
9 lines
170 B
C
9 lines
170 B
C
#define sqliteBusyCallback sqliteDefaultBusyCallback
|
|
|
|
// Amalgamation
|
|
#include "sqlite3.c"
|
|
// VFS
|
|
#include "vfs.c"
|
|
|
|
#define randomFunc randomFunc2
|
|
#include "speedtest1.c" |