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