XPLMFixedString150_t
A container for a fixed-size string buffer of 150 characters.
typedef struct {
// The size of the struct.
char buffer[150];
} XPLMFixedString150_t;
A container for a fixed-size string buffer of 150 characters.
typedef struct {
// The size of the struct.
char buffer[150];
} XPLMFixedString150_t;