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