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