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