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