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