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