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