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