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