DungeonCrawl
Loading...
Searching...
No Matches
string_max_t Struct Reference

String struct with a fixed maximum length, it is directly linked to the macro MAX_STRING_LENGTH. More...

#include <common.h>

Data Fields

char characters [MAX_STRING_LENGTH]

Detailed Description

String struct with a fixed maximum length, it is directly linked to the macro MAX_STRING_LENGTH.

Definition at line 172 of file common.h.

Field Documentation

◆ characters

char string_max_t::characters[MAX_STRING_LENGTH]

Definition at line 173 of file common.h.


The documentation for this struct was generated from the following file: