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