ref: 4eb9f74514b3f23b3c842dccc41d9545215a059b dir: /sys/src/ape/lib/v/min.c/
#define _RESEARCH_SOURCE #include <libv.h> min(int a, int b) { return (a<b? a: b); }