I wrote a program in BACI, now I'm gona write in C. But my question to start off his how to initialize concurrent processes? In BACI i did it like this:

Code:
cobegin {

manager(); teller1(); teller2(); teller5();teller3();teller4();

}
This would simulate any of the processes randomly.