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