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