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