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