home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 400-499 / ff473.lzh / CNewsSrc / cnews_src.lzh / man / efopen.man < prev    next >
Text File  |  1991-01-05  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. EFOPEN(3)              C LIBRARY FUNCTIONS              EFOPEN(3)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      efopen - open a stream, checking for errors
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      FFFFIIIILLLLEEEE ****
  13.      eeeeffffooooppppeeeennnn((((ffffiiiilllleeee,,,, mmmmooooddddeeee))))
  14.      cccchhhhaaaarrrr ****ffffiiiilllleeee;;;;
  15.      cccchhhhaaaarrrr ****mmmmooooddddeeee;;;;
  16.  
  17. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.      _E_f_o_p_e_n invokes _f_o_p_e_n(3) and checks the  result  for  errors.
  19.      In  the absence of errors, it returns the stream pointer; in
  20.      the presence of errors, it prints a message and exits.
  21.  
  22. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  23.      fopen(3), error(3)
  24.  
  25. DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  26.      Exit status, in the event of error, is 1.
  27.  
  28. HHHHIIIISSSSTTTTOOOORRRRYYYY
  29.      Local product, roughly following the one in Kernighan&Pike.
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Microsystems       Last change: local                       1
  64.  
  65.  
  66.  
  67.