#if !defined(NTH_PRIME_H) #define NTH_PRIME_H namespace nth_prime { int nth(int ordinal); } // namespace nth_prime #endif // NTH_PRIME_H