Guest User

Untitled

a guest
Jul 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. int myFunction(int *arg1, string *arg2)
  2. {
  3. NSLog(@"Hello %s, you are %d years old.\n", arg1, arg2);
  4. }
  5.  
  6. myFunction(@"John", 20);
Add Comment
Please, Sign In to add comment