view src/lib/primes.h @ 0:3b1985cbc908 HEAD

Initial revision
author Timo Sirainen <tss@iki.fi>
date Fri, 09 Aug 2002 12:15:38 +0300
parents
children e399e33d033d
line wrap: on
line source

#ifndef __PRIMES_H
#define __PRIMES_H

unsigned int primes_closest(unsigned int num);

#endif