Welcome to mirror list, hosted at ThFree Co, Russian Federation.

negsi2.c « h8500 « machine « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5b31b19dc6cefe02403feb569dd36678736a860 (plain)
1
2
3
4
5
6
7


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