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