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