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