Handbook
Glossary
CFStringCreateWithCString ( alloc cStr encoding -- CFStringRef )
Vocabulary
core-foundation
.
strings
Inputs
alloc
an
object
cStr
an
object
encoding
an
object
Outputs
CFStringRef
an
object
Definition
USING:
alien.syntax
core-foundation
;
IN:
core-foundation.strings
FUNCTION:
CFStringRef
CFStringCreateWithCString
(
CFAllocatorRef
alloc, UInt8* cStr,
CFStringEncoding
encoding )