Handbook
Glossary
CFNumberCreate ( allocator theType valuePtr -- CFNumberRef )
Vocabulary
core-foundation
.
numbers
Inputs
allocator
an
object
theType
an
object
valuePtr
an
object
Outputs
CFNumberRef
an
object
Definition
USING:
alien.c-types
alien.syntax
core-foundation
;
IN:
core-foundation.numbers
FUNCTION:
CFNumberRef
CFNumberCreate
(
CFAllocatorRef
allocator,
CFNumberType
theType, void*
valuePtr )