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