8 lines
43 B
C
Raw Normal View History

2017-04-11 23:13:36 +02:00
long
__negsi2(long x)
{
return ~x+1;
}