File nut/c/string/strstr.c


Included Files


Global Function strstr()

char* strstr ( const char* s, const char* find )
Prototyped in: /usr/avr/include/string.h
Calls: strlen() nut/c/string/strlen.c
  strncmp() nut/c/string/strncmp.c
Called by: NutHttpProcessSHTML() nut/pro/ssi.c
  ProcessAspFunction() nut/pro/asp.c