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