구조체랑 함수에서..
예를 들어서
StructExam이라는 구조체가있고
AAA라는 함수가있는데..
AAA(StructExam* test)
{
}
여기에서 AAA 함수에서 (StructExam* test) 이건 무슨뜻이야??