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