poCker
|
A message string with a unique Key. More...
#include <messages.h>
Public Attributes | |
char | key [MESSAGES_MAX_KEY_LENGTH] |
A unique string literal identifying this struct in an array. Comparison rules of strcmp() apply. | |
char | message [MESSAGES_MAX_MSG_LENGTH] |
The message to be returned when its key is requested. It can contain string formatters such as s, but can not contain escape characters such as ' '. | |
A message string with a unique Key.
char Message::key[MESSAGES_MAX_KEY_LENGTH] |
A unique string literal identifying this struct in an array. Comparison rules of strcmp() apply.
char Message::message[MESSAGES_MAX_MSG_LENGTH] |
The message to be returned when its key is requested. It can contain string formatters such as s, but can not contain escape characters such as '
'.