• does strstr function work with keil,if yes how?
    does strstr function work with keil,if yes how?
  • does strstr function work with keil,if yes how?
    does strstr function work with keil,if yes how?
  • StrStr
    Hi I wonder if it is possible the get the source code for the function "strstr.c" I need to modify it to call my watchdog. /ingvar
  • StrStr
    Hi I wonder if it is possible the get the source code for the function "strstr.c" I need to modify it to call my watchdog. /ingvar
  • Strange behaviour strstr() function
    Hi, I use RealView MDK-ARM 3.15b. When I call tge strstr function to search a substring in a larger string it always return NULL. This is my code char* ptr; char str1[80] ; char str2[80];...