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