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