repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libc
/
machine
/
h8500
/
negsi2.c
blob
c5b31b19dc6cefe02403feb569dd36678736a860
1
2
3
long
4
__negsi2
(
long
x
)
5
{
6
return
~
x
+
1
;
7
}