Skip to content

Glavin001/fork1.c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simply wrong fork() example in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%