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