init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef FORK_H
|
||||
#define FORK_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
int is_prime(size_t n);
|
||||
int salute(int num_guests, char *guests[]);
|
||||
|
||||
#endif /* FORK_H */
|
||||
Reference in New Issue
Block a user