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