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