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