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