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