Βοηθητική Συνάρτηση για την Κλήση Πυρήνα fork #include syslib.h PUBLIC int sys_fork(parent, child, child_endpoint) int parent; /* process doing the fork */ int child; /* which proc has been created by the fork * int *child_endpoint; { /* A process has forked.