> On Jan 2, 2018, at 1:49 PM, Gregory Moore <[email protected]> wrote: > > I was poking around in FMDB’s source code on github. FMDB is a widely used > Objective-C wrapper around SQLite. I was looking to see what they do out of > curiosity. FMDB declares and uses the database variable like this: > > void *_database;
This was probably just done to avoid having to include <sqlite3.h> in the FMDB header files. —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

