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