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