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