Handbook
Glossary
c-type-string ( c-type -- string )
Vocabulary
alien
.
c-types
Inputs
c-type
an
object
Outputs
string
an
object
Definition
IN:
alien.c-types
GENERIC:
c-type-string
( c-type -- string )
Methods
USING:
alien.c-types
arrays
kernel
sequences
;
M:
array
c-type-string
unclip
[
[
c-type-string
"["
"]"
surround
]
map
]
[
c-type-string
]
bi*
prefix
concat
;
USING:
alien.c-types
math
math.parser
;
M:
integer
c-type-string
number>string
;
USING:
alien.c-types
;
M:
pointer
c-type-string
pointer-string
;
USING:
accessors
alien.c-types
words
;
M:
word
c-type-string
name>>
;
USING:
accessors
alien.c-types
kernel
;
M:
wrapper
c-type-string
wrapped>>
c-type-string
;