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