/* File calc.h ----------------------------------------------- */ /* Tell if the argument is a prime (ret 0) or not (ret 1) */ int is_prime(unsigned val);