public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Adding mempbrk() function to glibc
@ 2022-06-13  2:57 brandonfoongyankai
  2022-06-13  2:57 ` [PATCH 1/1] string: Add basic implementation of mempbrk brandonfoongyankai
  2022-06-13 13:29 ` [PATCH 0/1] Adding mempbrk() function to glibc Florian Weimer
  0 siblings, 2 replies; 4+ messages in thread
From: brandonfoongyankai @ 2022-06-13  2:57 UTC (permalink / raw)
  To: libc-alpha; +Cc: Brandon Foong

From: Brandon Foong <brandonfoongyankai@gmail.com>

Hi,

This follows up on a previous thread regarding the addition of mempbrk (https://sourceware.org/pipermail/libc-alpha/2022-January/135013.html). I have added a simple implementation of mempbrk, as well as its corresponding tests. 

Brandon Foong (1):
  string: Add basic implementation of mempbrk

 include/string.h      |   1 +
 string/Makefile       |   2 +
 string/Versions       |   1 +
 string/mempbrk.c      |  56 ++++++++++
 string/string.h       |  15 +++
 string/test-mempbrk.c | 242 ++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 317 insertions(+)
 create mode 100644 string/mempbrk.c
 create mode 100644 string/test-mempbrk.c

-- 
2.17.1


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

end of thread, other threads:[~2022-06-15 22:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-13  2:57 [PATCH 0/1] Adding mempbrk() function to glibc brandonfoongyankai
2022-06-13  2:57 ` [PATCH 1/1] string: Add basic implementation of mempbrk brandonfoongyankai
2022-06-13 13:29 ` [PATCH 0/1] Adding mempbrk() function to glibc Florian Weimer
2022-06-15 22:23   ` Jeff Law

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 read-only IMAP folder(s) and NNTP newsgroup(s).