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