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