Skip to content
Snippets Groups Projects
declaration.c 107 B
Newer Older
  • Learn to ignore specific revisions
  • chrg's avatar
    chrg committed
    int printf(const char *, ...), add(int a, int b);
    int *test();
    
    chrg's avatar
    chrg committed
    
    int main () {
      printf("Hello, World!");
    }