setopt ( value option -- )


Vocabulary
gdbm.private

Definition
USING: alien.c-types gdbm.ffi kernel ;

IN: gdbm.private

: setopt ( value option -- )
[ GDBM_CACHESIZE = [ >c-bool ] unless ] keep (setopt) ;