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