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