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