#ifndef TOOLS_H #define TOOLS_H #include #include extern bool getDictLong(CFDictionaryRef dict, CFStringRef key, long *key_value); #endif