This repository has been archived on 2026-05-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-04-30 23:42:34 +02:00

10 lines
141 B
C

#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 */