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