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