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