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