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