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