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