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