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