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