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