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