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