What is the library that defines fork(). I am learning to use fork(). I found out that the Standard I/O Library : stdio.h is enough for fork() to work but that
stdio.h
I am using gcc in Code::Blocks on Windows 8 Pro
You don't have fork on windows. You can use cygwin or something like that though.
fork