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