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