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