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