more? ( alien -- ? )


Vocabulary
unix.utilities

Definition
USING: alien.c-types combinators.short-circuit ;

IN: unix.utilities

: more? ( alien -- ? ) { [ ] [ *void* ] } 1&& ;