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