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