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