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