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