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