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