code: 9ferno

ref: 897ab0913d20930339f244c3ee031b53a229747d
dir: /libinterp/das-stub.c/

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

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