mixing scanf and gets

VLD/VMB gwyn at BRL.ARPA
Thu Apr 10 06:58:06 AEST 1986


For reading binary data, don't use fgets(), which is designed for
text streams.  Use fread() instead.



More information about the Comp.lang.c mailing list