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