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