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