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