6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
module CSQLite [system] {
|
|
header "shim.h"
|
|
link "sqlite3"
|
|
export *
|
|
}
|