diff options
Diffstat (limited to 'inc/fact.h')
-rw-r--r-- | inc/fact.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/inc/fact.h b/inc/fact.h deleted file mode 100644 index de1220a..0000000 --- a/inc/fact.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef FACT_H -#define FACT_H - -unsigned int factorial(unsigned int); - -#endif |