Handbook
Glossary
protoent
Vocabulary
unix
.
ffi
Definition
USING:
alien.c-types
classes.struct
;
IN:
unix.ffi
STRUCT:
protoent
{
name
c-string
}
{
aliases void*
}
{
proto
int
initial:
0
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
unix.ffi
;
M:
protoent
clone
clone-underlying
\
protoent
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
unix.ffi
;
M:
protoent
struct-slot-values
{
[
name>>
]
[
aliases>>
]
[
proto>>
]
}
cleave>array
;
inline