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