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