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