check-group-struct ( group-struct ptr -- group-struct/f ) (original) (raw)

check-group-struct ( group-struct ptr -- group-struct/f )

Vocabulary
unix.groups.private

Inputs

group-struct an object
ptr an object

Outputs

group-struct/f an object

Definition

USING: alien.c-types alien.data kernel ;

IN: unix.groups.private

: check-group-struct ( group-struct ptr -- group-struct/f )
void* deref and* ;