source: git/factory/cf_primes.h @ fce807

spielwiese
Last change on this file since fce807 was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 360 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2
3#ifndef INCL_CF_PRIMES_H
4#define INCL_CF_PRIMES_H
5
6// #include "config.h"
7
8/*BEGINPUBLIC*/
9
10int cf_getPrime( int i );
11
12int cf_getNumPrimes();
13
14int cf_getSmallPrime( int i );
15
16int cf_getNumSmallPrimes();
17
18int cf_getBigPrime( int i );
19
20int cf_getNumBigPrimes();
21
22/*ENDPUBLIC*/
23
24#endif /* ! INCL_CF_PRIMES_H */
Note: See TracBrowser for help on using the repository browser.