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