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