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