| [ CnUnix ] in KIDS 글 쓴 이(By): swhan (foo bar) 날 짜 (Date): 2002년 5월 28일 화요일 오전 11시 16분 41초 제 목(Title): Re: 솔라리스 64bit 에서 long type Compaq Tru64 Unix는. 이렇게 나오는군여. char , signed char , unsigned char ---8 bits short int , signed short int , and unsigned short int ---16 bits _Bool ---1 byte int , signed int , unsigned int ---32 bits long int , signed long int , and unsigned long int ---32 bits (OPENVMS) long int , signed long int , and unsigned long int ---64 bits (TRU64 UNIX) signed long long int (ALPHA ONLY) and unsigned long long int (ALPHA ONLY)---64 bits signed __int64 (ALPHA ONLY) and unsigned __int64 (ALPHA ONLY)---64 bits enum ---32 bits |