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