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