Fumofumotris/source/fumotris.c
Julia bc0007b588 input for the hundreth time
PLEASE I JUSR WANT TO BE DONE WITH IT
2024-04-25 02:04:43 -05:00

6 lines
95 B
C

#include "fumotris.h"
inline size_t min_size(size_t a, size_t b)
{
return a < b ? a : b;
}