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