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