Handbook
Glossary
sqlite3_snapshot_cmp ( p1 p2 -- int )
Vocabulary
db
.
sqlite
.
ffi
Inputs
p1
an
object
p2
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
db.sqlite.ffi
LIBRARY:
sqlite
FUNCTION:
int
sqlite3_snapshot_cmp
( sqlite3_snapshot* p1, sqlite3_snapshot* p2 )