View Single Post
Old Nov 2nd, 2005, 8:37 PM   #2
nindoja
Programmer
 
Join Date: Jun 2005
Posts: 92
Rep Power: 4 nindoja is on a distinguished road
[code]printf("\\n");[code]
Basically, escape the backslash, so the escape sequence isn't seen.
nindoja is offline   Reply With Quote