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