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