just some cleanup

This commit is contained in:
2024-12-19 23:37:28 +03:00
parent cbd218eaad
commit f4012e2c84
5 changed files with 52 additions and 15 deletions

4
util.c Normal file
View File

@@ -0,0 +1,4 @@
#include "util.h"
int imax(int a, int b);
int imin(int a, int b);