Skip to content

LYC1929/fork1.c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simply wrong fork() example in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 100.0%