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