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