#ifndef LIB_FACT_H
#define LIB_FACT_H
	int factorial(long int n, long long int * result);
#endif



