Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ efopen(3) — Dell System V Release 4 Issue 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

fopen(3)

error(3)



EFOPEN(3)                    UNIX System V(local)                     EFOPEN(3)


NAME
      efopen - open a stream, checking for errors

SYNOPSIS
      FILE *
      efopen(file, mode)
      char *file;
      char *mode;

DESCRIPTION
      Efopen invokes fopen(3) and checks the result for errors.  In the absence
      of errors, it returns the stream pointer; in the presence of errors, it
      prints a message and exits.

SEE ALSO
      fopen(3), error(3)

DIAGNOSTICS
      Exit status, in the event of error, is 1.

HISTORY
      Local product, roughly following the one in Kernighan&Pike.
































10/89                                                                    Page 1





Typewritten Software • bear@typewritten.org • Edmonds, WA 98026