mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
10 lines
235 B
C
10 lines
235 B
C
#include <stddef.h>
|
|
|
|
#include "main.c"
|
|
#include "os.c"
|
|
#include "qsort.c"
|
|
#include "sqlite3.c"
|
|
#include "time.c"
|
|
|
|
sqlite3_destructor_type malloc_destructor = &free;
|
|
size_t sqlite3_interrupt_offset = offsetof(sqlite3, u1.isInterrupted); |