home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / clesson / c.dir / 00308.png < prev    next >
Portable Network Graphic  |  1995-04-05  |  3.7 KB  |  505x247  |  1-bit (2 colors)
   ocr: FILE - - glopen(char "lile name, char "mode) FILE *fp; if ((fp= fopen (file name, mode))== NULL) € Iprinti(stderr, "Cannot open %s - bye'n", file name): exit(1); 5 return fp;