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