Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 604 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 604 Bytes

fork1.c

A simply wrong fork() example in C

Your mission is to fix this wayward example of the fork system call.
That includes fixing errors and bugs, but also coding style, comments, or lack of comments, etc.
Your final code must correctly compile with gcc 4.9.1, without warnings, with the following command exactly:

gcc -Wall -o fork.out fork1.c

Make use of atomic commits and informative commit messages.

Submit your completed work as a pull request to this repository before the Fall 2014 Equinox.