Need a string_unescape function returning c-string
kjstol
parrotcode at gmail.com
Tue Jan 13 22:27:00 UTC 2009
hi,
Parrot has a string_unescape_cstring function, which is fine, but returns a
STRING * object.
However, I (well, PIRC does) need a string unescape function (taking a
c-string) that returns a c-string.
Can we add a function to string.c that does in fact just that, and let
string_unescape_cstring() invoke that, and convert the result into a STRING
*?
kjs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.parrot.org/pipermail/parrot-dev/attachments/20090113/2fb1ca22/attachment.htm
More information about the parrot-dev
mailing list