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