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