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