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