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