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