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