FireBirdLib - Topfield TMS PVR TAP Programming Library
stricstr.c File Reference
#include <string.h>
#include <ctype.h>
#include "FBLib_string.h"

Go to the source code of this file.

Functions

int strncasecmp (__const char *__s1, __const char *__s2, size_t __n)
 
char * stricstr (const char *s1, const char *s2)
 

Function Documentation

◆ stricstr()

char * stricstr ( const char *  s1,
const char *  s2 
)

Definition at line 8 of file stricstr.c.

References SkipCharTableBytes(), strncasecmp(), TRACEENTER, and TRACEEXIT.

Referenced by INIFindStartEnd().

◆ strncasecmp()

int strncasecmp ( __const char *  __s1,
__const char *  __s2,
size_t  __n 
)

Referenced by stricstr().