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