Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 505 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 505 Bytes

fork1.c

A simply wrong correct fork() example in C


Build

Compiles with gcc 4.9.1, without warnings, with the following command exactly:

gcc -Wall -o fork.out fork1.c

Run

./fork.out

Contributing

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.