| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "inputFile":"sqlite-amalgamation-3150000/sqlite3.h",
-
- "outputFile":"sqlite_extern.monkey2",
-
- "clangArgs":[
- "-Xclang",
- "-Isqlite-amalgamation-3150000"
- ],
-
- "externStructs":[
- "sqlite3_index_constraint",
- "sqlite3_index_orderby",
- "sqlite3_index_constraint_usage"
- ],
-
- "cstringTypes":[
- "const char *",
- "const unsigned char *"
- ],
-
- "header":[
- "",
- "'***** Auto generated by c2mx2! *****",
- "",
- "Namespace sqlite",
- "",
- "#Import \"<libc>\"",
- "",
- "#Import \"sqlite-amalgamation-3150000/sqlite3.h\"",
- "",
- "Extern"
- ]
- }
|