I thought that in C-Language the escape sequence '\r' is for carriage return and '\n' is for line feed. However, '\n' inserts a carriage return followed by a line feed. '\r' inserts just a carriage return.Is there a change in standard C? Or is there a configuration setting that controls this?
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results