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