[net.micro.atari] Problems with uudecode or rather putc on 520ST

pc@ukc.UUCP (R.P.A.Collinson) (12/02/85)

If you have the development kit C compiler and wish to use the 
various uudecodes posted to net - then beware... The putc function
does nasty things with hex 0xA or maybe hex 0xD. It's better to
replace the calls to putc by something which buffers output in a 
file and then call the system Fwrite.

This may of course NOT apply to your version of the standard I/O
library.