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