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