Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
mem_fzFILE Struct Reference

Data Fields

bool control
 
charbuffer
 
int pos
 
int size
 

Detailed Description

Definition at line 142 of file ioz.c.

Field Documentation

◆ buffer

char* mem_fzFILE::buffer

Definition at line 144 of file ioz.c.

Referenced by fz_fclose(), fz_fgets(), and fz_from_memory().

◆ control

bool mem_fzFILE::control

Definition at line 143 of file ioz.c.

Referenced by fz_fclose(), and fz_from_memory().

◆ pos

int mem_fzFILE::pos

Definition at line 145 of file ioz.c.

Referenced by fz_fgets(), and fz_from_memory().

◆ size

int mem_fzFILE::size

Definition at line 146 of file ioz.c.

Referenced by fz_fgets(), and fz_from_memory().