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