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