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