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