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