setmalloctag
This commit is contained in:
@ -213,3 +213,9 @@ ticks(void)
|
||||
return (t.tv_sec-sec0)*1000+(t.tv_usec-usec0+500)/1000;
|
||||
}
|
||||
|
||||
long
|
||||
showfilewrite(char *a, int n)
|
||||
{
|
||||
error("not implemented");
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user