strnrchr.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9#ifndef COMPAT_STRNRCHR_H_
10#define COMPAT_STRNRCHR_H_
11
12#if HAVE_STDDEF_H
13#include <stddef.h>
14#endif
15
22SQUIDCEXTERN const char *strnrchr(const char *s, size_t count, int c);
23
24#endif /* COMPAT_STRNRCHR_H_ */
25
#define SQUIDCEXTERN
Definition: squid.h:21
SQUIDCEXTERN const char * strnrchr(const char *s, size_t count, int c)
Definition: strnrchr.c:13

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors