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
problems disappear when I make a comment before the ligne. //extern char *strstr (char *s, char *sub); any idea about this thanx
Do you have a macro definition for one of the identifiers in this line?
fixed thx for help...