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