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