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