Home | History | Annotate | Download | only in dist

Lines Matching full:sqlite3_libversion

106 ** See also: [sqlite3_libversion()],
129 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
133 ** macro. ^The sqlite3_libversion() function returns a pointer to the
134 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
145 SQLITE_API const char *sqlite3_libversion(void);