mud/fluffos-2.23-ds03/testsuite/inherit/clean_up.c
2020-09-06 05:43:07 -07:00

8 lines
64 B
C

int
clean_up(int inh)
{
destruct(this_object());
return 0;
}