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