https://nim-lang.org/docs/manual.html#types-cstring-type states:
For the C backend the cstring type represents a pointer to a zero-terminated char array compatible with the type char* in Ansi C.
https://ansi.org/ is very clear that it's the "American National Standards Institute - ANSI".
https://nim-lang.org/docs/manual.html#types-cstring-type states:
https://ansi.org/ is very clear that it's the "American National Standards Institute - ANSI".