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