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