10 lines
146 B
C
10 lines
146 B
C
|
int trojuholnikalgo(int a, int b, int c);
|
||
|
|
||
|
void trojuholniktyp(int a, int b, int c);
|
||
|
|
||
|
void trojuholnik();
|
||
|
|
||
|
void rovnicapriamky();
|
||
|
|
||
|
int rovnice();
|