fork(1) download
  1. #include<stdio.h>
  2. #define zero '0'
  3. #define nine '9'
  4. #define point '.'
  5. #define blanc ' '
  6. #define ten 'A'
  7. #define base 11
  8.  
  9. int main ()
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c: In function ‘main’:
prog.c:9: error: expected ‘{’ at end of input
 int main ()
 
stdout
Standard output is empty