Handbook
Glossary
CFStringGetCString ( theString buffer bufferSize encoding -- Boolean )
Vocabulary
core-foundation
.
strings
Inputs
theString
an
object
buffer
an
object
bufferSize
an
object
encoding
an
object
Outputs
Boolean
an
object
Definition
USING:
alien.syntax
core-foundation
;
IN:
core-foundation.strings
FUNCTION:
Boolean
CFStringGetCString
(
CFStringRef
theString, UInt8* buffer,
CFIndex
bufferSize,
CFStringEncoding
encoding )