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