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