fork download
  1. #include <stdlib.h>
  2.  
  3. char *buf = (char*)malloc(128);
  4.  
  5. int main()
  6. {
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 3024KB
stdin
Standard input is empty
stdout
Standard output is empty