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