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