|
ocssw
1.0
|
Go to the source code of this file.
Defines | |
| #define | FIRST 1 |
| #define | NOTFIRST 0 |
| #define | NEXT 0 |
| #define | LOCATION() perror(FUNC);fprintf(stderr,"fail at %s line %d\n",__FILE__,__LINE__) |
| #define | FAILEXIT(exitcode) if (ret == FAIL) {LOCATION();HEprint(stderr,0);exit(exitcode);} |
| #define | NOCHKHDF 1 |
| #define | CHKIDF(EX) ret = EX |
| #define | CHKSDS(EX) ret = EX |
| #define | MAXDIMS 3 |
| #define LOCATION | ( | ) | perror(FUNC);fprintf(stderr,"fail at %s line %d\n",__FILE__,__LINE__) |
1.7.6.1