Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #import <Foundation/Foundation.h>
  2.  
  3. int main() {
  4. CGFloat version = [@"4.2.1" floatValue];
  5. NSLog(@"version: %f", version);
  6. }
  7.  
  8.  
  9. O2Machina:~ karl$ gcc main.m -o test -framework Foundation
  10. O2Machina:~ karl$ ./test
  11. 2010-12-29 11:23:56.520 test[44124:903] version: 4.200000
Add Comment
Please, Sign In to add comment