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