This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2025-08-03 14:45:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
A free Windows-compatible Operating System - mirrored from GitHub
c
drivers
gpl
hacktoberfest
kernel
operating-system
os
osdev
reactos
win32
win32api
windows
x86
37405
commits
107
branches
277
tags
2.4
GiB
C
86.1%
C++
11.1%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.9%
973a9493c4
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Gregor Schneider
973a9493c4
According to
http://msdn.microsoft.com/en-us/library/tcxf1dw6(VS.71).aspx
and
http://www.cplusplus.com/reference/clibrary/cstdio/printf/
there are no %le and %lf printf formats. The 'l' specifier is used for integers or wide characters, 'L' for long double. Outputting a double doesn't require any additional specifier (see
http://msdn.microsoft.com/en-us/library/hf4y5e3w(VS.71).aspx
).
...
svn path=/trunk/; revision=41813
2009-07-08 20:06:11 +00:00
irc
reactos
According to
http://msdn.microsoft.com/en-us/library/tcxf1dw6(VS.71).aspx
and
http://www.cplusplus.com/reference/clibrary/cstdio/printf/
there are no %le and %lf printf formats. The 'l' specifier is used for integers or wide characters, 'L' for long double. Outputting a double doesn't require any additional specifier (see
http://msdn.microsoft.com/en-us/library/hf4y5e3w(VS.71).aspx
).
2009-07-08 20:06:11 +00:00
rosapps
- Only pass gcc flags to gcc.
2009-06-18 22:06:16 +00:00
rostests
modified tests/pseh2/psehtest.c
2009-07-08 19:40:54 +00:00
wallpaper