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