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