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