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