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