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