Files
2026-05-31 14:34:00 -04:00

7 lines
84 B
C

#ifndef __CS361_CHILD_H__
#define __CS361_CHILD_H__
pid_t run_child (int);
#endif