mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Make libc easier to use.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#include "strings.c"
|
||||
#include "sql3parse_table.c"
|
||||
|
||||
static_assert(offsetof(sql3table, name) == 0, "Unexpected offset");
|
||||
|
||||
Reference in New Issue
Block a user