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