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