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