阅读背景:

在stdint.h中定义的C99签名整数类型是否在溢出的情况下表现出良好定义的行为?

来源:互联网 

All operations on "standard" signed integer types in C (short, int, long, etc) exhibit undefined behaviour if they yield a result outside of the [TYPE_MIN, TYPE_MAX] interval (where TYPE_MIN, TYPE_MAX are the minimum and the maximum integer value respectively. that can be stored by the specific integer type.All operations on "standard" signed integer typ




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: