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