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