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