SHRT_MIN:short int型の最小値 SHRT_MAX:short int型の最大値 USHRT_MAX:unsigned short int型の最大値 INT_MIN:int型の最小値 INT_MAX:int型の最大値 UINT_MAX:unsigned int型の最大値 LONG_MIN:long int型の最小値 LONG_MAX:long int型の最大値 ...
ちなみに、wikipediaのLP64の項目などを見るとわかりますが、platformによってかなり挙動が違いますので、こういうbest practiceには従ったほうが良いです。 32 Register as a new user and use Qiita more conveniently You get articles that match your needs ...