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