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-11-24 23:32:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1c3ad08d54
Retro68
/
gcc
/
newlib
/
libc
/
machine
/
h8500
/
negsi2.c
Wolfgang Thaller
1c3ad08d54
add libgloss and newlib 1.20.0 to gcc directory
2012-03-27 01:51:53 +02: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