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