예제 #1
0
void
runtime·Goexit(void)
{
	rundefer();
	runtime·goexit();
}
예제 #2
0
void
runtime_Goexit(void)
{
	rundefer();
	runtime_goexit();
}