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