----- Original Message ----- From: "~Rick" <[EMAIL PROTECTED]> To: <c-prog@yahoogroups.com> Sent: Thursday, October 02, 2008 2:35 PM Subject: Re: [c-prog] perror
> No, that is incorrect. perror() takes a character string argument, > not a FILE pointer. Take a look here: > > http://www.google.com/search?q=perror%28%29&rls=com.microsoft:*:IE-SearchBox&ie=UTF-8&oe=UTF-8&sourceid=ie7&rlz=1I7SNCA > > ~Rick Ok so the string that is passed to perror is the name of a function? Bill