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