8 lines
89 B
Text
8 lines
89 B
Text
|
|
static const char *const string_list[] = {
|
|
"first",
|
|
"second",
|
|
"third",
|
|
NULL
|
|
};
|
|
|