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