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