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