#ifndef __FACT_H__
#define __FACT_H__

int factorial (int x);
#endif

