school/funkcie.h

4 lines
76 B
C
Raw Normal View History

2024-03-11 15:59:58 +01:00
int funkcie();
2024-04-22 15:16:41 +02:00
int counterChars();
int factorial(int cislo);
int facttest();