]> git.saurik.com Git - cydia.git/blob - cfversion.mm
Simple change to search view: if the keyboard was shown before, show it again when...
[cydia.git] / cfversion.mm
1 #include <CoreFoundation/CoreFoundation.h>
2 #include <cstdio>
3
4 int main() {
5 printf("%.2f\n", kCFCoreFoundationVersionNumber);
6 return 0;
7 }