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