1 #include <lib9.h> 2 #include <kernel.h> 3 4 void das(uchar * x,int n)5 das(uchar *x, int n) 6 { 7 USED(x); 8 USED(n); 9 } 10