Linux-SWAT
Forum Addict!
- Joined
- Feb 13, 2010
- Messages
- 9,195
Hi,
I would like to know how to properly organize c files, I'll use fork() and I'd like processus to have their own .c/.h files.
Better to have the fork() in the main parent or in the separate files ?
I would like to know how to properly organize c files, I'll use fork() and I'd like processus to have their own .c/.h files.
Better to have the fork() in the main parent or in the separate files ?