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