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