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