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