ref: a70280308ae782ac422e78ccf19b221697116c1b 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); }