php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
strcasestr.c File Reference
#include "file.h"
#include <assert.h>
#include <ctype.h>
#include <string.h>

Go to the source code of this file.

Functions

char * strcasestr (const char *s, const char *find)
 

Function Documentation

◆ strcasestr()

char * strcasestr ( const char * s,
const char * find )

Definition at line 67 of file strcasestr.c.