source: trunk/libs/newlib/src/newlib/libc/machine/h8500/negsi2.c @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 43 bytes
Line 
1
2
3long
4__negsi2(long x)
5{
6  return ~x+1;
7}
Note: See TracBrowser for help on using the repository browser.