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