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