#define CHILDREN 2
That defines the constant CHILDREN and sets it equal to 2. Note that in C, this type of definition does not end with a semi-colon.
man -t fork | lpr
WARNING: please be careful when you write this part of the program, to make sure that the fork command is not contained in an infinite loop. If you create a very large number of processes, you can make the machine very slow, or even crash it.