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