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