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