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