Advertisement
PT_

Untitled

PT_
Jun 22nd, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. fprintf(stdout, "test0\n");
  2. ret = (prog_t*)malloc(sizeof(prog_t));
  3. fprintf(stdout, "test1\n");
  4. ret->errorCode = VALID;
  5. fprintf(stdout, "test2\n");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement