repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mld6query(8): Rename mld6.c -> mld6query.c
[dragonfly.git]
/
contrib
/
mdocml
/
test-sqlite3_errstr.c
blob
041bf628991b0ec20408e0a10ec58b20019ff22f
1
#include <string.h>
2
#include <sqlite3.h>
3
4
int
5
main
(
void
)
6
{
7
return
(
strcmp
(
sqlite3_errstr
(
SQLITE_OK
),
"not an error"
));
8
}