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