fork download
  1. int example(int a, int b);
  2.  
  3. int main()
  4. {
  5. example(2, 3);
  6. }
  7.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/tpoggq/ccNsepZv.o: In function `main':
prog.cpp:(.text.startup+0x19): undefined reference to `example(int, int)'
collect2: error: ld returned 1 exit status
stdout
Standard output is empty