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