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