Advertisement
NewDenverCity

Untitled

Jan 10th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. include <stdio.h>
  2.  
  3. int a;
  4. extern void main(void);
  5.  
  6. void func(void)
  7. {
  8. for (a = 0; a < 6; a++)
  9. {
  10. }
  11. main(); /* i put this in to learn how to reference other files, it's only a printf of a */
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement