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