in reply to Re^4: Help with Inline C
in thread Help with Inline C
I have noticed that some quoted strings in my code "\r\n" are being translated to (to a return and newline) in the corresponding XS file.
When I write Inline-C stuff, I have to add an extra escape to the backslashes:
... char string [] = "Hello World\\n"; ...
Regards
mwa
|
|---|