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

#include <astring.h>

Data Fields

charstr
 
size_t n
 
size_t n_alloc
 

Detailed Description

Definition at line 36 of file astring.h.

Field Documentation

◆ n

size_t astring::n

Definition at line 38 of file astring.h.

Referenced by astr_reserve().

◆ n_alloc

size_t astring::n_alloc

Definition at line 39 of file astring.h.

◆ str

char* astring::str

Definition at line 37 of file astring.h.

Referenced by astr_copy(), and astr_to_str().