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