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