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