Files
games-collection/util.c
2024-12-19 23:37:28 +03:00

5 lines
67 B
C

#include "util.h"
int imax(int a, int b);
int imin(int a, int b);