]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-foundation/data/data.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / basis / core-foundation / data / data.factor
index c4c09d0cc5042d9bb256f6abf382ad4d75eecb0a..65d6d728c13b13ef9b54e4bab87163e810937618 100644 (file)
@@ -12,7 +12,7 @@ CONSTANT: kCFPropertyListImmutable 0
 CONSTANT: kCFPropertyListMutableContainers 1
 CONSTANT: kCFPropertyListMutableContainersAndLeaves 2
 
-FUNCTION: CFDataRef CFDataCreate ( CFAllocatorRef allocator, uchar* bytes, CFIndex length ) ;
+FUNCTION: CFDataRef CFDataCreate ( CFAllocatorRef allocator, c-string bytes, CFIndex length ) ;
 
 FUNCTION: CFTypeID CFGetTypeID ( CFTypeRef cf ) ;