summaryrefslogtreecommitdiff
path: root/libinterp/das-stub.c
blob: 115e0b460e82f50274c5c842da8503644c193968 (plain)
1
2
3
4
5
6
7
8
9
#include <lib9.h>
#include <kernel.h>

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