ref: e2566e93e871e288a8a3865585cf53072c53d047 dir: /sys/src/ape/lib/9/rendezvous.c/
#include <lib9.h> extern void* _RENDEZVOUS(void*, void*); void* rendezvous(void *tag, void *value) { return _RENDEZVOUS(tag, value); }