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