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