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