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

not able to use printf statement in keil uvision 4

not able to use printf statement in keil uvision 4

Parents
  • char * strstr(unsigned char *GPS_Str, const char *str1);

    i gave this prototype but it is displaying the same error ........UART_0_1.c(39): error: #147: declaration is incompatible with "char *strstr(const char *, const char *)" (declared at line 237 of "E:\Keil ARM\ARM\RV30\INC\string.h")

Reply
  • char * strstr(unsigned char *GPS_Str, const char *str1);

    i gave this prototype but it is displaying the same error ........UART_0_1.c(39): error: #147: declaration is incompatible with "char *strstr(const char *, const char *)" (declared at line 237 of "E:\Keil ARM\ARM\RV30\INC\string.h")

Children