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