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

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

Parents
  • Examine the parameters for fprintf() and imagine how you could create a similar function that would allow you to specify a printer device instead of a stream. Hint: you might want to take a look at vprintf(), vsprintf(), and putchar() as possible components of your new function.

Reply
  • Examine the parameters for fprintf() and imagine how you could create a similar function that would allow you to specify a printer device instead of a stream. Hint: you might want to take a look at vprintf(), vsprintf(), and putchar() as possible components of your new function.

Children