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