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