Advertisement
imk0tter

Untitled

May 4th, 2014
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. void f (int x);
  4.  
  5. int main(int argsv, char ** argsc)
  6. {
  7. }
  8.  
  9. void f(int x)
  10. {
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement