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