Files
HDH/Lab2/factorial.h
T
2019-11-17 15:06:20 +07:00

7 lines
85 B
C

#ifndef FACTORIAL_H
#define FACTORIAL_H
char *factorial(const int aNumber);
#endif