#include <errno.h>
#include <stdio.h>
#include <string.h>
#include "fortrancall.h"
Go to the source code of this file.
|
| unsigned int | getint () |
| |
| void | putint (int iout) |
| |
| long int | getrecsize () |
| |
| void | putrecsize (int recsize) |
| |
| int | ill_linerec () |
| |
| int | getlinerec (line) |
| |
| void | putlinerec (line) |
| |
| double | getreal () |
| |
| void | putreal (double *rout) |
| |
| int | ill_arrayrec () |
| |
| int | getarray (array, long int arrylth, long int maxpts) |
| |
| void | putarray (array, long int arrylth) |
| |
| int | array_err (char *errstring) |
| |
| long int FORTRAN() | getbin (filename, xarry, yarry, long int *npoints, comment, long int *ncmts, long int *maxpts) |
| |
| long int | putbin (filename, xarry, yarry, long int *npoints, comment, long int *ncmts) |
| |
| #define MAXELEMENTS 1024 /* Max number of elements in an array record */ |
| int array_err |
( |
char * |
errstring | ) |
|
| int getarray |
( |
array |
, |
|
|
long int |
arrylth, |
|
|
long int |
maxpts |
|
) |
| |
| long int FORTRAN() getbin |
( |
filename |
, |
|
|
xarry |
, |
|
|
yarry |
, |
|
|
long int * |
npoints, |
|
|
comment |
, |
|
|
long int * |
ncmts, |
|
|
long int * |
maxpts |
|
) |
| |
| void putarray |
( |
array |
, |
|
|
long int |
arrylth |
|
) |
| |
| long int putbin |
( |
filename |
, |
|
|
xarry |
, |
|
|
yarry |
, |
|
|
long int * |
npoints, |
|
|
comment |
, |
|
|
long int * |
ncmts |
|
) |
| |
| void putreal |
( |
double * |
rout | ) |
|
| void putrecsize |
( |
int |
recsize | ) |
|