Handbook
Glossary
lo_lseek ( conn fd offset whence -- int )
Vocabulary
db
.
postgresql
.
ffi
Inputs
conn
an
object
fd
an
object
offset
an
object
whence
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
db.postgresql.ffi
LIBRARY:
postgresql
FUNCTION:
int
lo_lseek
( PGconn* conn,
int
fd,
int
offset,
int
whence )