카테고리 없음
typedef 자료형
빵맨.
2020. 3. 15. 16:20
728x90
● Example
typedef int MY_DATA[5];
MY_DATA temp;
: int temp[5]; 라고 선언한 것과 같음
728x90