NCEPLIBS-bacio
2.6.0
|
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | BA_ECLOSE 247 |
Error in close. More... | |
#define | BA_EDATANULL 102 |
Data pointer is NULL. More... | |
#define | BA_EFEWDATA 246 |
Read or wrote fewer data than requested. More... | |
#define | BA_EFILEOPEN 252 |
Failure in opening file. More... | |
#define | BA_EINTNAME 253 |
Internal failure in name processing. More... | |
#define | BA_ERANDW 254 |
Tried to read and write in the same call. More... | |
#define | BA_ERNOSTART 250 |
Failed in read to find the 'start' location. More... | |
#define | BA_EROANDWO 255 |
Tried to open read only and write only. More... | |
#define | BA_ERONWO 251 |
Tried to read on a write-only file. More... | |
#define | BA_EWANDRO 249 |
Tried to write to a read only file. More... | |
#define | BA_EWNOSTART 248 |
Failed in write to find the 'start' location. More... | |
#define | BA_NOERROR 0 |
No error. More... | |
#define | BACLOSE 8 |
Close an open file. More... | |
#define | BAOPEN_RONLY 1 |
Open file read only. More... | |
#define | BAOPEN_RW 4 |
Open or create file for read/write. More... | |
#define | BAOPEN_WONLY 2 |
Open or create file for Write only. More... | |
#define | BAOPEN_WONLY_APPEND 256 |
Open or create a file for write only append. More... | |
#define | BAOPEN_WONLY_TRUNC 128 |
Open or create a file for write only, truncating existing contents. More... | |
#define | BAREAD 16 |
Read from an open file. More... | |
#define | BAWRITE 32 |
Write to an open file. More... | |
#define | NOSEEK 64 |
No seek ignore start parameter and do not call lseek(). More... | |
Defines pre-processor values for Fortran to C interface.
Definition in file clib.h.
#define BA_EFEWDATA 246 |
#define BA_ERANDW 254 |
#define BA_ERNOSTART 250 |
#define BA_EROANDWO 255 |
#define BA_EWNOSTART 248 |
#define BAOPEN_WONLY_APPEND 256 |
#define BAOPEN_WONLY_TRUNC 128 |