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