summaryrefslogtreecommitdiff
path: root/newlib/libc/machine/h8500/negsi2.c
blob: c5b31b19dc6cefe02403feb569dd36678736a860 (plain)
1
2
3
4
5
6
7


long
__negsi2(long x)
{
  return ~x+1;
}