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