strnrchr.c File Reference
#include "squid.h"
#include "strnrchr.h"
Include dependency graph for strnrchr.c:

Go to the source code of this file.

Functions

const char * strnrchr (const char *s, size_t count, int c)
 

Function Documentation

◆ strnrchr()

const char * strnrchr ( const char *  s,
size_t  count,
int  c 
)

look for the last occurrence of a character in a c-string.

Scanning starts at the beginning of the c-string, and ends after count bytes or at the end of the c-string, whichever happens first

Definition at line 13 of file strnrchr.c.

References NULL.

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors