I was trying to create a simple C program to take out all the ^M's that appear when you view a Windows text file in Unix. (I'm using FreeBSD by the way.) So far, I've just created enough that it reads character by character and stores anything that's not equal to 0x0D in a buffer. I'll worry...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.