#include #include CFCharacterSetRef inline_CFCharacterSetCreateWithCharactersInRange(CFAllocatorRef alloc, CFRange* theRange) { return CFCharacterSetCreateWithCharactersInRange(alloc, *theRange); } void inline_CFCharacterSetAddCharactersInRange(CFMutableCharacterSetRef theSet, CFRange* theRange) { return CFCharacterSetAddCharactersInRange(theSet, *theRange); } void inline_CFCharacterSetRemoveCharactersInRange(CFMutableCharacterSetRef theSet, CFRange* theRange) { return CFCharacterSetRemoveCharactersInRange(theSet, *theRange); }