Search notes:

src/main.c

Main file for the SQLite library.
The routines in this file implement the programmer interface to the library. Routines in other files are for internal use by SQLite and should not be accessed by users of the library.

See also

src/sqlite.h.in

Index