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