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