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