How would I do the equivalent of the following C c...
# kotlin-native
m
How would I do the equivalent of the following C code in K/N?
Copy code
static char *kwlist[] = {"a", "b", "foo", "bar", "baz", NULL};