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