|
char * | mystrdup (const char *s) |
|
int | readdata (size_t *ndim, size_t *size, double **data, char ***channames, char ***chanunits, FILE *fp) |
|
int | main (int argc, char *argv[]) |
|
Go to the source code of this file.
|
#define | FAILURE(...) do { fprintf(stderr, __VA_ARGS__); exit(99); } while (0) |
|
◆ FAILURE
#define FAILURE |
( |
|
... | ) |
do { fprintf(stderr, __VA_ARGS__); exit(99); } while (0) |
Definition at line 75 of file fmt.c.
◆ mystrdup()
char * mystrdup |
( |
const char * |
s | ) |
|
◆ readdata()
int readdata |
( |
size_t * |
ndim, |
|
|
size_t * |
size, |
|
|
double ** |
data, |
|
|
char *** |
channames, |
|
|
char *** |
chanunits, |
|
|
FILE * |
fp |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 80 of file fmt.c.