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