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