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