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