On 3/11/2013 10:27, Jeff Latimer wrote:
---
include/nserror.h | 226
++
1 file changed, 226 insertions(+)
create mode 100644 include/nserror.h
+#ifndef _NSERROR_H
+#define _NSERROR_H
This doesn't look right.
+#define NS_S_CALLPENDING_HRE
On 03/10/2013 07:00 AM, Henri Verbeet wrote:
On 10 March 2013 08:20, larmbr zhan wrote:
But It behaves different when it is signed or not. According to
C Standard,
>>
- For the signed case, once it overflows, resulting in
representing a negative value .
Actually, sign
On 10 March 2013 08:20, larmbr zhan wrote:
>But It behaves different when it is signed or not. According to C
> Standard,
>- For the signed case, once it overflows, resulting in
> representing a negative value .
Actually, signed overflow behaviour is undefined according to the standard