Files
2025-01-28 12:28:03 +08:00

6 lines
80 B
Plaintext

module CSQLite [system] {
header "shim.h"
link "sqlite3"
export *
}