2e976a8d2e
ok
6 lines
88 B
C
6 lines
88 B
C
#include "fumotris.h"
|
|
|
|
size_t min_size(size_t a, size_t b)
|
|
{
|
|
return a < b ? a : b;
|
|
} |