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