1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
Bruno Haible 1450747216 Rename module stdint to stdint-h.
* modules/stdint-h: Renamed from modules/stdint.
* modules/stdint-h-tests: Renamed from modules/stdint-tests.
* modules/stdint-h-c++-tests: Renamed from modules/stdint-c++-tests.
* tests/test-stdint-h.c: Renamed from tests/test-stdint.c.
* tests/test-stdint-h-c++.cc: Renamed from tests/test-stdint-c++.cc.
* tests/test-stdint-h-c++2.cc: Renamed from tests/test-stdint-c++2.cc.
* doc/posix-headers/stdint.texi: Update.
* doc/gnulib-readme.texi: Update.
* doc/gnulib.texi: Update.
* modules/* (Depends-on): Update.
* modules/stdint: New file.
2024-12-27 23:35:41 +01:00

26 lines
287 B
Plaintext

Description:
memchr2() function: scan memory for the first of two bytes.
Files:
lib/memchr2.h
lib/memchr2.c
lib/memchr2.valgrind
Depends-on:
stdint-h
memchr
configure.ac:
Makefile.am:
lib_SOURCES += memchr2.h memchr2.c
Include:
"memchr2.h"
License:
LGPLv2+
Maintainer:
Eric Blake