git: 9front

ref: 1f68f54ffc1e185595a7220afa19d8197339ae4c
dir: /sys/src/ape/lib/9/rendezvous.c/

View raw version
#include <lib9.h>

extern	void*	_RENDEZVOUS(void*, void*);

void*
rendezvous(void *tag, void *value)
{
	return _RENDEZVOUS(tag, value);
}