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