How do I convert typedef signed long CFIndex
to typedef unsigned int NSUInteger
?
Is it OK if I use a CFIndex
as an argument of type NSUInteger
. I haven't casted it, and the complier doesn't seem to mind. Does the compiler just do the conversion for me?