This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Macintosh-Tools
/
Retro68
Watch
1
Star
0
Fork
0
You've already forked Retro68
mirror of
https://github.com/autc04/Retro68.git
synced
2024-12-03 10:49:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3b0ef808de
Retro68
/
gcc
/
newlib
/
libc
/
machine
/
h8500
/
negsi2.c
Wolfgang Thaller
ec13cc9ce7
fix newlib
2018-12-29 09:59:36 +01:00
8 lines
43 B
C
Raw
Blame
History
long
__negsi2
(
long
x
)
{
return
~
x
+
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink