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