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