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