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