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