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 bc0f1a4f42 strnul: Fix link-time error.
* lib/string.in.h (_GL_STRNUL_INLINE): New macro.
(gl_strnul): Use it instead of _GL_STRING_INLINE.
* lib/strnul.c: New file.
* lib/string.c: Update comment.
* modules/strnul (Files): Add strnul.c. Remove string.c.
(Makefile.am): Update accordingly.
2026-02-28 09:04:14 +01:00

24 lines
261 B
Plaintext

Description:
strnul() function: return pointer to terminating NUL byte.
Files:
lib/strnul.c
Depends-on:
string-h
configure.ac:
gl_STRING_MODULE_INDICATOR([strnul])
Makefile.am:
lib_SOURCES += strnul.c
Include:
<string.h>
License:
LGPLv2+
Maintainer:
all