SQLite Forum

Linkage #defines are unused
Login
The can also be used as, for example, in APSW so that the sqlite3.c module can be #include into the wrapper source code with `#define SQLITE_API static` so that the sqlite3 api symbols become module locals and the code can be optimized by the compiler without reference to maintenance of entry point conventions for the api.