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