linux-gcc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Denis Zaitsev <zzz@anda.ru>
To: libc-alpha@sources.redhat.com, linux-gcc@vger.kernel.org
Subject: Why __memrchr vs. memrchr ?
Date: Tue, 3 Feb 2004 02:37:21 +0500	[thread overview]
Message-ID: <20040203023721.A20354@zzz.ward.six> (raw)

Why such a scheme is used in GLIBC:

declare + define __memrchr, and than

# ifdef __USE_GNU
#  define memrchr(s, c, n) __memrchr ((s), (c), (n))
# endif

?  memrchr is not the GNU extension, is it?

Thanks in advance.

             reply	other threads:[~2004-02-02 21:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-02 21:37 Denis Zaitsev [this message]
2004-02-02 22:17 ` Why __memrchr vs. memrchr ? Dmitry V. Levin
2004-02-03  0:30   ` Denis Zaitsev
2004-02-03  6:03     ` Andreas Jaeger
2004-02-06  0:08       ` Denis Zaitsev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040203023721.A20354@zzz.ward.six \
    --to=zzz@anda.ru \
    --cc=libc-alpha@sources.redhat.com \
    --cc=linux-gcc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).