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