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