Structure describing file pointers for structures.
More...
#include <inpdef.h>
Structure describing file pointers for structures.
- Parameters
-
| fptr | Array of file pointers to structures (input: fptr[cur_fptr] =file ptr to the struct to read; output: fptr[cur_fptr+1]=file ptr to the next struct or EOF) |
| len_fptr | Allocated length of fptr |
| cur_fptr | Current file pointer index (input: k-1 to read the kth struct, k = 1, 2, 3,...; left unchanged; struct number := cur_fptr+1) |
| max_fptr | Length of the filled out portion of fptr |
◆ cur_fptr
| int tagStructFptrs::cur_fptr |
◆ fptr
◆ len_fptr
| int tagStructFptrs::len_fptr |
◆ max_fptr
| int tagStructFptrs::max_fptr |
The documentation for this struct was generated from the following file: