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