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