Information from source codes



SpecialNumber.h

#ifndef SPECIAL_NUMBER
#define SPECIAL_NUMBER

/* prototype begin */	
extern long pow2nn(long n);
/* prototype end */

#endif