May be not the right place to ask?
I am trying to port my old bcc32 libraries under tcc.

I have a problem with the char "\". For example in the line:

   strpbrk (file_name,"\*?")

ir order to know if i have a simple file name, tcc tells me "unknown escape sequence".

When I want use as a char both text[i]='\' and text[i]='\\' do not work. Since I am there working on text strings I cannot equate '\' to ascii 28 first.

Thank you for your help.
jfc


_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to