#ifndef _PRIMES_H_ #define _PRIMES_H_ int isprime(int) ; int findprime(int) ; #endif