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