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