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