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