Handbook
Glossary
acl_get_entry ( acl entry_id entry_p -- int )
Vocabulary
io
.
files
.
acls
.
macos
.
ffi
Inputs
acl
an
object
entry_id
an
object
entry_p
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
io.files.acls.macos.ffi
FUNCTION:
int
acl_get_entry
(
acl_t
acl,
int
entry_id, acl_entry_t* entry_p )