7 lines
59 B
C
7 lines
59 B
C
|
|
|
||
|
|
int atexit(void (*func)(void))
|
||
|
|
{
|
||
|
|
/* TODO */
|
||
|
|
return 0;
|
||
|
|
}
|