1 2 3 4 5 6 7
#include <CoreFoundation/CoreFoundation.h> #include <cstdio> int main() { printf("%.2f\n", kCFCoreFoundationVersionNumber); return 0; }