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