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