#include <stdio.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/file.h>
#include <fcntl.h>
|
| char * | malloc () |
| |
| off_t | lseek () |
| |
| char * | strncpy () |
| |
| void | walltm_ (double *ai) |
| |
| void | InitFileStats (struct w_file *file) |
| |
| void | PrintFileStats (struct w_file *unit, struct w_file *file) |
| |
| void | InitFileData (struct w_file *file) |
| |
| void | FirstCall () |
| |
| void | wclose_ (integer *unit, integer *ierr) |
| |
| void | wopen_ (integer *unit, char *name, integer *blocks, integer *stats, integer *ierr, int lennam) |
| |
| void | getwa_ (integer *unit, double *result, integer *addr, integer *count, integer *ierr) |
| |
| void | putwa_ (integer *unit, double *source, integer *addr, integer *count, integer *ierr) |
| |
| void InitFileData |
( |
struct w_file * |
file | ) |
|
| void InitFileStats |
( |
struct w_file * |
file | ) |
|
| void PrintFileStats |
( |
struct w_file * |
unit, |
|
|
struct w_file * |
file |
|
) |
| |
| void walltm_ |
( |
double * |
ai | ) |
|