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