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