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