8 lines
64 B
C
8 lines
64 B
C
|
|
int
|
|
clean_up(int inh)
|
|
{
|
|
destruct(this_object());
|
|
return 0;
|
|
}
|