Advertisement
Guest User

Untitled

a guest
Jun 9th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1. program.c
  2. -------------------------------------
  3. #include <stdio.h>
  4. #include "file.h"
  5.  
  6. int main(){
  7.     printf("%s\n", "hello world");
  8. }
  9. -------------------------------------
  10. file.c
  11. -------------------------------------
  12. extern int a;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement