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