This website requires JavaScript.
Explore
Help
Sign In
libs
/
newlib-cygwin
mirror of
git://sourceware.org/git/newlib-cygwin.git
Watch
4
Star
0
Fork
You've already forked newlib-cygwin
0
Code
Issues
Projects
Releases
Wiki
Activity
370b1173b0
newlib-cygwin
/
winsup
/
mingw
/
samples
/
dlltest
/
exe.exp
9 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Merging MinGW changes
2002-05-28 21:13:45 +08:00
In add!
x = 10
y = 13
10 + 13 = 23
In sub!
x = 10
y = 13
10 - 13 = -3