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