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