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



