This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

problems with string.h

Hi all

I'm receiving the following error when I try to compile my project.

compiling Country.c...
C:\KEIL\C51\INC\STRING.H(43): error C141: syntax error near '0x0a', expected ')'
compiling Feature.c...
C:\KEIL\C51\INC\STRING.H(43): error C141: syntax error near '0x0a', expected ')'
compiling Language.c...
C:\KEIL\C51\INC\STRING.H(43): error C141: syntax error near '0x0a', expected ')'

thx for help

0