#ifndef FACT_H #define FACT_H unsigned int factorial(unsigned int); #endif