Re: CoreFoundation: What is the prototype of the CFComparatorFunction?
Re: CoreFoundation: What is the prototype of the CFComparatorFunction?
- Subject: Re: CoreFoundation: What is the prototype of the CFComparatorFunction?
- From: Jim Correia <email@hidden>
- Date: Sat, 8 Sep 2001 18:09:26 -0400
On Saturday, September 8, 2001, at 05:58 PM, Alexandre Aybes wrote:
The subject says it all. :) I've looked for it in the docs, and haven't
been able to find what is the prototype of the CFComparatorFunction to
pass to: (CFArray.h)
void CFArraySortValues(CFMutableArrayRef theArray, CFRange range,
CFComparatorFunction comparator, void *context);
If you are able to compile CFArray, the compiler must know the
prototype. CFArray.h includes CFBase.h where the prototype lives.
And in general, where should I look for that kind of stuff?
In the headers?