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