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