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