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