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