fork(1) download
  1. char *getLine() {
  2. char line[30];
  3. return line;
  4. }
  5.  
  6. int main() {
  7. char* str = getLine();
  8. return 0;
  9. }
Success #stdin #stdout 0s 1784KB
stdin
Standard input is empty
stdout
Standard output is empty