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