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