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