// 1static Sin *sin = NULL;Sin* func() { return sin;}// 2static Sin sin = NULL;Sin* func() { return &sin;}
응 프갤러들 아무나 안도와줘