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