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