summaryrefslogtreecommitdiff
path: root/inc/fact.h
blob: de1220a3969ec137ef93ef6a4be4de34c4de00a3 (plain)
1
2
3
4
5
6
#ifndef FACT_H
#define FACT_H

unsigned int factorial(unsigned int);

#endif