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