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