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