mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
10 lines
173 B
C
10 lines
173 B
C
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
|
|
// Amalgamation
|
|
#include "sqlite3.c"
|
|
// VFS
|
|
#include "vfs.c"
|
|
|
|
#define randomFunc(args...) randomFunc2(args)
|
|
#include "speedtest1.c" |