Advertisement
Guest User

Untitled

a guest
May 1st, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1.  
  2. int ***main(void);
  3. char *sc(int, int, int *);
  4. int atoi(char* s)
  5. {
  6. return 1;
  7. }
  8. int ***main(void)
  9. {
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement