So I made a program that uses four differrent processes to do some stuff. I works perfectly, but now I want to split it up so each of the processes has its own .c file. I tried to do this using a header file "processes.h" that has the function prototypes for all the processes. It looks like this:So I made a program that uses four differrent p