#include <stdlib.h>
#include <stdio.h>
#include "endianswap.h"
Go to the source code of this file.
Defines | |
#define | FORT_RECLEN_32BIT 4 |
#define | FORT_RECLEN_64BIT 8 |
Functions | |
int | fort_eat_recmark (FILE *ifp, int recmarklen) |
int | fort_get_endian_reclen (int reclen, int word0, int word1, int *swap, int *recmarklen) |
int | fortread_4 (void *dest, int n, int swap, FILE *fd) |
void | strnwscpy (char *target, const char *source, const int len) |
|
Definition at line 30 of file fortread.h. Referenced by fort_get_endian_reclen. |
|
Definition at line 31 of file fortread.h. Referenced by fort_eat_recmark, and fort_get_endian_reclen. |
|
Definition at line 36 of file fortread.h. References FORT_RECLEN_64BIT. |
|
Definition at line 55 of file fortread.h. References FORT_RECLEN_32BIT, FORT_RECLEN_64BIT, and swap4_aligned. |
|
Definition at line 103 of file fortread.h. References swap4_aligned. Referenced by open_fs4_read, open_grid_read, read_fs4_data, and read_grid_data. |
|
Definition at line 133 of file fortread.h. Referenced by get_psf_atom. |