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