typedef1 typedef - 사용자 정의형, 함수 포인터 * typedef int integer ~~~~~~~ ~~~ ~~~~~~~ integer 라고 쓰여진 놈을 int로 생각하라~ * typedef struct _MyData MyData ~~~~~~~ ~~~~~~~~~~~~~~ ~~~~~~ MyData 라고 쓰여진 놈을 struct _MyData로 생각하라~ * typedef sturct _MyData * PMyData ~~~~~~~ ~~~~~~~~~~~~~~~~ ~~~~~~~ PMyData 라고 쓰여진 놈을 struct _MyDaa *로 생각하라~ %% 마지막 단어를 typedef 다음에 오는 단어부터 마지막 white space 전까지의 문장으로 인식하도록~ (?) * typedef void (*FuncPtr)( param ) ~~~~~~~ ~~~~ ~.. 2008. 2. 19. 이전 1 다음