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