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