7 lines
84 B
C
7 lines
84 B
C
#ifndef __CS361_CHILD_H__
|
|
#define __CS361_CHILD_H__
|
|
|
|
pid_t run_child (int);
|
|
|
|
#endif
|