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