mirror of
https://github.com/tiennm99/HDH.git
synced 2026-06-08 22:14:23 +00:00
7 lines
85 B
C
7 lines
85 B
C
#ifndef FACTORIAL_H
|
|
#define FACTORIAL_H
|
|
|
|
char *factorial(const int aNumber);
|
|
|
|
#endif
|