exports.5: network prefixlength (CIDR) format is supported
[dragonfly.git] / contrib / mdocml / test-sqlite3_errstr.c
blob041bf628991b0ec20408e0a10ec58b20019ff22f
1 #include <string.h>
2 #include <sqlite3.h>
4 int
5 main(void)
7 return(strcmp(sqlite3_errstr(SQLITE_OK), "not an error"));