Advertisement
Guest User

tcc -run demo

a guest
Aug 13th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. bash-4.2$ ls -la
  2. total 31
  3. drwxr-xr-x 2 root root 72 Aug 13 13:27 ./
  4. drwxr-xr-x 278 root root 27232 Aug 13 13:27 ../
  5. -rw-r--r-- 1 root root 316 Aug 13 12:58 fork.c
  6.  
  7. bash-4.2$ tcc -run fork.c
  8. Hello fork()
  9. I'm the dad
  10. I'm the child process
  11.  
  12. bash-4.2$ ls -la
  13. total 31
  14. drwxr-xr-x 2 root root 72 Aug 13 13:27 ./
  15. drwxr-xr-x 278 root root 27232 Aug 13 13:27 ../
  16. -rw-r--r-- 1 root root 316 Aug 13 12:58 fork.c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement