Advertisement
mohsentux

example.c

Feb 17th, 2022
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. /*  example.c  */
  2. #include <stdio.h>
  3.  
  4. int main(int argc, char *argv[]) {
  5.     extern void say_hi();
  6.     say_hi();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement