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