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