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