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