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