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