|
Listing 2: A better string storage structure
Listing 2: A better string storage structure
static const STRING strings[] =
{
{
15,
{
"Jet Black ", /* English */
"Rabenschwarz ", /* German */
...
}
},
{
15,
{
"Red ", /* English */
"Rot ", /* German */
...
}
},
...
};
|