WhaleSpunk

Untitled

May 3rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. char c;
  2. short c;
  3.  
  4. int a;
  5. int a;
  6.  
  7. int main(int b){
  8.  
  9. char f;
  10. double f;
  11.  
  12. int t;
  13. int t;
  14.  
  15. }
  16.  
  17. char func1(int i, int h);
  18. int func1(int i, int h);
  19.  
  20. double func2(char a, char b);
  21. double func2(char a, char b);
  22.  
  23. void func3(double c, double d)
  24. void func3(char c, char d);
Add Comment
Please, Sign In to add comment