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