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