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