본문 바로가기

프로그래밍/C Language

typedef [데이터 타입을 변수로 지정하여 수정이 용이하다]

typedef unsigned int AAB;


AAB width=1;

AAB lenght=2;



다른 데이터 타입이 필요한 경우 한번의 수정으로 전체 수정이 가능하다.