#include <stdio.h>
#include <stdint.h>
Go to the source code of this file.
|
| int | eclfio_sizeof (FILE *, const char *opts, int32_t *out) |
| |
| int | eclfio_skip (FILE *, const char *opts, int n) |
| |
| int | eclfio_get (FILE *, const char *opts, int32_t *recordsize, void *record) |
| |
| int | eclfio_put (FILE *, const char *opts, int nmemb, const void *) |
| |
◆ ecl_errno
| Enumerator |
|---|
| ECL_OK | |
| ECL_ERR_UNKNOWN | |
| ECL_ERR_SEEK | |
| ECL_ERR_READ | |
| ECL_ERR_WRITE | |
| ECL_INVALID_RECORD | |
| ECL_EINVAL | |
◆ eclfio_get()
| int eclfio_get |
( |
FILE * |
, |
|
|
const char * |
opts, |
|
|
int32_t * |
recordsize, |
|
|
void * |
record |
|
) |
| |
◆ eclfio_put()
| int eclfio_put |
( |
FILE * |
, |
|
|
const char * |
opts, |
|
|
int |
nmemb, |
|
|
const void * |
|
|
) |
| |
◆ eclfio_sizeof()
| int eclfio_sizeof |
( |
FILE * |
, |
|
|
const char * |
opts, |
|
|
int32_t * |
out |
|
) |
| |
◆ eclfio_skip()
| int eclfio_skip |
( |
FILE * |
, |
|
|
const char * |
opts, |
|
|
int |
n |
|
) |
| |