> Should we also have "Ben".cstring?

You don't need to do it, because "Nim string values will be converted to C 
strings automatically" for `{.varargs.}`.

[http://nim-lang.org/docs/manual.html#foreign-function-interface-varargs-pragma](http://forum.nim-lang.org///nim-lang.org/docs/manual.html#foreign-function-interface-varargs-pragma)

> AFAIK the "c" in cstring, cint etc. means "compatible" so it makes some sense.

We should point that out somewhere in the docs. It's easily misinterpreted as 
"string from the C language" or "int from the C language".

Reply via email to