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