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