MIPI_AdvancedC_FRTK/Lect3/34/lib.h

2 lines
53 B
C
Raw Permalink Normal View History

2024-11-14 08:45:50 +03:00
int max(int a, int b);
int max3(int a, int b, int c);