shithub: riscv

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