CHAR_MAX:char型の最大値 UCHAR_MAX:unsigned char型の最大値 SHRT_MIN:short int型の最小値 SHRT_MAX:short int型の最大値 USHRT_MAX:unsigned short int型の最大値 INT_MIN:int型の最小値 INT_MAX:int型の最大値 UINT_MAX:unsigned int型の最大値 ...
型名C言語Python int 16/32ビット固定長データ上限値/下限値あり 可変長データ上限値/下限値なし longlong long 32/64ビット固定長データ上限値/下限値あり intで統一 short 16ビット固定長データ intで統一 char 8ビット固定長データ文字はシングルクオートで囲む 1文字の文字列で代用 bytes ...
ちなみに、wikipediaのLP64の項目などを見るとわかりますが、platformによってかなり挙動が違いますので、こういうbest practiceには従ったほうが良いです。 32 Register as a new user and use Qiita more conveniently You get articles that match your needs ...