From 95341b61b030c9e1290f3b326cb7ec584f543aea Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 31 Aug 2014 20:21:45 +0200 Subject: moved files to higher directory after split to new repository --- common.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common.h (limited to 'common.h') diff --git a/common.h b/common.h new file mode 100644 index 0000000..10b298e --- /dev/null +++ b/common.h @@ -0,0 +1,9 @@ +#ifndef COMMON_H +#define COMMON_H + +unsigned long* primes(unsigned long limit); +int isprime(unsigned long number, const unsigned long* primes); +unsigned long phi(unsigned long n, unsigned long* primelist); +int ispermutation(unsigned long a, unsigned long b); + +#endif // COMMON_H -- cgit v1.2.3