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