git: purgatorio

ref: 70eb96f88f3c6fa0f66d67ba469a07cfa4e13193
dir: /libinterp/das-stub.c/

View raw version
#include <lib9.h>
#include <kernel.h>

void
das(uchar *x, int n)
{
	USED(x);
	USED(n);
}