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