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