Handbook
Glossary
pointer-string ( pointer -- string/f )
Vocabulary
alien
.
c-types
Inputs
pointer
an
object
Outputs
string/f
an
object
Definition
IN:
alien.c-types
GENERIC:
pointer-string
( pointer -- string/f )
Methods
USING:
alien.c-types
kernel
;
M:
object
pointer-string
drop
f
;
USING:
accessors
alien.c-types
kernel
sequences
;
M:
pointer
pointer-string
to>>
pointer-string
[
42
suffix
]
[
f
]
if*
;
USING:
accessors
alien.c-types
words
;
M:
word
pointer-string
name>>
;