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