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