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