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