Can someone show me an example of how to use perror? For example,
if((fp=fopen("file","wb"))==NULL
perror() /* What goes into the char *string parameter */Bill
Can someone show me an example of how to use perror? For example,
if((fp=fopen("file","wb"))==NULL
perror() /* What goes into the char *string parameter */Bill