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