Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. void foo(int x) ;
  2. int foo(int x,int y);
  3. double foo(String str);
  4.  
  5. int foo (int i, int has_default=0);
  6. double foo (long l);
  7. /* Skipping to the function call. */
  8. foo (1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement