[Pyrex] C string literals

Itamar Shtull-Trauring itamar at itamarst.org
Wed Jun 30 18:19:48 CEST 2004


How would I define a c string in my code?

cdef char* f
f = "test"

actually creates a python string and then converts it.

-- 
Itamar Shtull-Trauring    http://itamarst.org






More information about the Pyrex mailing list