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