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