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