MIPI_AdvancedC_FRTK/Lect3/36/lib.h
2024-11-14 08:45:50 +03:00

2 lines
53 B
C

int max(int a, int b);
int max3(int a, int b, int c);