What is the equivalent to /dev/null in Windows?
|
4
|
|
|
|
|
|
I think you want For example:
doesn't create a file. |
||
|
|
|
|
According to this message on the GCC mailing list, you can use the file "nul" instead of /dev/null:
(Credits to Danny for this code; copy-pasted from his message.) You can also use this special "nul" file through redirection. |
||
|
|
|
|
Jon Skeet is correct. Here is the Nul Device Driver page in the Windows Embedded docs (i have no idea why its not somewhere else...) HEre is another |
||||
|
