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