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