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