linux-gcc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Why __memrchr vs. memrchr ?
@ 2004-02-02 21:37 Denis Zaitsev
  2004-02-02 22:17 ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Denis Zaitsev @ 2004-02-02 21:37 UTC (permalink / raw)
  To: libc-alpha, linux-gcc

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-02-06  0:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-02 21:37 Why __memrchr vs. memrchr ? Denis Zaitsev
2004-02-02 22:17 ` Dmitry V. Levin
2004-02-03  0:30   ` Denis Zaitsev
2004-02-03  6:03     ` Andreas Jaeger
2004-02-06  0:08       ` Denis Zaitsev

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).