[BACK]Return to test-sqlite3_errstr.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/test-sqlite3_errstr.c, Revision 1.2

1.1       schwarze    1: #include <string.h>
                      2: #include <sqlite3.h>
                      3:
                      4: int
                      5: main(void)
                      6: {
1.2     ! schwarze    7:        return strcmp(sqlite3_errstr(SQLITE_OK), "not an error");
1.1       schwarze    8: }

CVSweb