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