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