Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
ciferrstr.c File Reference
#include <cif.h>
#include <errno.h>
#include <string.h>
Include dependency graph for ciferrstr.c:

Go to the source code of this file.

Defines

#define CIF_VERSION   3

Functions

char * Cif_Errstring (int status)

Variables

static char USMID [] = "@(#) libcif/ciferrstr.c 30.2 07/26/96 07:19:13"
static char * strings []
static char * unknown = "Unknown CIF status code"

Define Documentation

#define CIF_VERSION   3

Definition at line 46 of file ciferrstr.c.


Function Documentation


Variable Documentation

char* strings[] [static]
Initial value:
 {
        "",
        "The file is not a CIF format file",
        "The maximum number of CIF files are already open",
        "The CIF descriptor is not attached to an open CIF file",
        "No more memory can be acquired",
        "The end of a CIF file has been encountered",
        "An internal error in the CIF interface routines has occurred",
        "The requested CIF function cannot be performed",
        "The CIF file contains invalid data",
        "",
        "The CIF version specified to Cif_Open is greater than allowed",
        "The CIF version encountered in the file is greater than allowed",
        "The CIF version specified to Cif_Open is less than allowed",
        "libcif.a does not match the cif.h file compiled into this application",
}

Definition at line 57 of file ciferrstr.c.

Referenced by Cif_Errstring().

char* unknown = "Unknown CIF status code" [static]

Definition at line 73 of file ciferrstr.c.

Referenced by Cif_Errstring().

char USMID[] = "@(#) libcif/ciferrstr.c 30.2 07/26/96 07:19:13" [static]

Definition at line 37 of file ciferrstr.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines